<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to rs232driver.properties</title><link>https://sourceforge.net/p/coronissdk/wiki/rs232driver.properties/</link><description>Recent changes to rs232driver.properties</description><atom:link href="https://sourceforge.net/p/coronissdk/wiki/rs232driver.properties/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 08 May 2012 11:30:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/coronissdk/wiki/rs232driver.properties/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage rs232driver.properties modified by vmacari</title><link>https://sourceforge.net/p/coronissdk/wiki/rs232driver.properties/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,6 +1,7 @@
 
+This is default RS232 driver properties file. The property ***serialDriver.portId=*** must be mandatory specified. 
 
-This is default RS232 driver properties file. The property ***serialDriver.portId=*** must be mandatory specified.
+ RS232 property file contains a reference to logger property file - [logger.properties]
 
 
 ~~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vmacari</dc:creator><pubDate>Tue, 08 May 2012 11:30:38 -0000</pubDate><guid>https://sourceforge.net56a94f95f5fcfcfc0c83d2f8e82a6faf9c57f38a</guid></item><item><title>WikiPage rs232driver.properties modified by vmacari</title><link>https://sourceforge.net/p/coronissdk/wiki/rs232driver.properties/</link><description>

This is default RS232 driver properties file. The property ***serialDriver.portId=*** must be mandatory specified.


~~~~~~
###############################################
# Wavenis SDK by Coronis - All right reserved #
###############################################

#################################
# serial driver properties file #
#################################

# Id of the serial port (String value)
# serialDriver.portId=&lt;SERIAL PORT NAME&gt;
# for Windows 
# serialDriver.portId=COM6
# for Linux 
# serialDriver.portId=/dev/ttyUSB2

# baudrate used to write and read data on the serial port (int value)
serialDriver.baudRate=9600

# databit used to write and read data on the serial port (int value)
serialDriver.dataBit=8

# stopbit used to write and read data on the serial port (int value)
serialDriver.stopBit=1

# parity bit used to write and read data on the serial port (int value)
serialDriver.parity=0

# listening period (milliseconds) is used to define frequency of checking for data from serial port 
serialDriver.listeningPeriod=20

serialDriver.flowControlMode=0

serialDriver.listeningStatus=true

rs232Driver.radioBoardAckStatus=true

rs232Driver.radioBoardAckTimeout=500

rs232Driver.hostAckStatus=true

rs232Driver.retryNumber=2

# default value "true"
rs232Driver.syncCharacterActivation=true

# default value "true"
rs232Driver.startEndCharactersActivation=true

# default value "true"
rs232Driver.crc16Activation=true

# default value "true" - specify if packet contains length byte
rs232Driver.lengthCharacterActivation=true

# default is 
rs232Driver.loggerFileNameProperties=logger.properties

~~~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vmacari</dc:creator><pubDate>Tue, 08 May 2012 11:25:37 -0000</pubDate><guid>https://sourceforge.net951d5e314578ec074d7f34d37591c20ed54c734c</guid></item></channel></rss>