<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SerialDriver status codes</title><link>https://sourceforge.net/p/coronissdk/wiki/SerialDriver%2520status%2520codes/</link><description>Recent changes to SerialDriver status codes</description><atom:link href="https://sourceforge.net/p/coronissdk/wiki/SerialDriver%20status%20codes/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 12 May 2012 20:06:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/coronissdk/wiki/SerialDriver%20status%20codes/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage SerialDriver status codes modified by Thierry CHOMAUD</title><link>https://sourceforge.net/p/coronissdk/wiki/SerialDriver%2520status%2520codes/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thierry CHOMAUD</dc:creator><pubDate>Sat, 12 May 2012 20:06:46 -0000</pubDate><guid>https://sourceforge.netb82049ab5493e242ff9c1f68a75f3658bd91a114</guid></item><item><title>WikiPage Serial Driver status codes modified by Thierry CHOMAUD</title><link>https://sourceforge.net/p/coronissdk/wiki/Serial%2520Driver%2520status%2520codes/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -1,5 +1,7 @@
  
  Return status represents the return value of most serial driver API.
+Some of them are considered as normal (info), other as error.
+For Java API, error are managed as Java exception. 
 
 
 Status | Description                        | Type
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thierry CHOMAUD</dc:creator><pubDate>Sat, 12 May 2012 20:06:04 -0000</pubDate><guid>https://sourceforge.net1fe61e78a6f7c8bfa3252809b19a3a950ae4cd6e</guid></item><item><title>WikiPage Serial Driver status codes modified by Thierry CHOMAUD</title><link>https://sourceforge.net/p/coronissdk/wiki/Serial%2520Driver%2520status%2520codes/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -15,7 +15,7 @@
 KO_SERIALDRIVER_MAX_SPY_LISTENER_EXCEED     | Max number of spy listners exceeded | Error
 KO_SERIALPORT_DISCONNECTED                  | The serial port is disconnected | Error
 KO_SERIALPORT_UNEXPECTED_ERROR              | An unexpected error occured | Error
-KO_SERIALPORT_NOT_AVAILABLE                 | Invalid port name has been specified | Info
+KO_SERIALPORT_NOT_AVAILABLE                 | Invalid port name has been specified | Error
 KO_PARAM_SERIALPORTID_NOT_EXIST             | Port ID parameter not exists (invalid) | Error
 KO_PARAM_BAUDRATE_NOT_VALID                 | Specified baudrate is invalid | Error
 KO_PARAM_DATABIT_NOT_VALID                  | Specified databit is invalid | Error
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thierry CHOMAUD</dc:creator><pubDate>Sat, 12 May 2012 20:04:10 -0000</pubDate><guid>https://sourceforge.net056093de78179c3a2e8d311203b84ebbb838f6d3</guid></item><item><title>WikiPage Serial Driver status codes modified by Thierry CHOMAUD</title><link>https://sourceforge.net/p/coronissdk/wiki/Serial%2520Driver%2520status%2520codes/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,31 +1,27 @@
  
  Return status represents the return value of most serial driver API.
 
-Status | Description | Type
--------|-------------|------
-OK_SERIALDRIVER_SUCCESS | Operation completed with no errors | info
-
-
+
 Status | Description                        | Type
 -------|------------------------------------|------
 OK_SERIALDRIVER_SUCCESS | Operation completed with no errors | Info
 KO_SENDING_FAILURE | Failed to send frame for any reason | Info
 KO_SERIALFRAME_REQUIRED | Serial frame has not been specified | Info
-KO_SERIALDRIVER_NOT_OPEN | The serial port has not been open | Error
+KO_SERIALDRIVER_NOT_OPEN | The serial port has not been open | Info
 KO_SERIALDRIVER_ALREADY_IN_USE | The serial port is already in use the driver | Error
 KO_SERIALDRIVER_ALREADY_OPEN | The port is already opened | Error
-KO_SERIALDRIVER_LISTENER_ALREADY_REGISTERED | A listener has been already registered
-KO_SERIALDRIVER_LISTENER_NOT_REGISTERED     | Listener has not beend registered
-KO_SERIALDRIVER_MAX_SPY_LISTENER_EXCEED     | Max number of spy listners exceeded
-KO_SERIALPORT_DISCONNECTED                  | The serial port is disconnected
-KO_SERIALPORT_UNEXPECTED_ERROR              | An unexpected error occured. Check log.
-KO_SERIALPORT_NOT_AVAILABLE                 | Invalid port name has been specified
-KO_PARAM_SERIALPORTID_NOT_EXIST             | Port ID parameter not exists (invalid)
-KO_PARAM_BAUDRATE_NOT_VALID                 | Specified baudrate is invalid
-KO_PARAM_DATABIT_NOT_VALID                  | Specified databit is invalid
-KO_PARAM_STOPBIT_NOT_VALID                  | Specified stop bit is invalid
-KO_PARAM_PARITY_NOT_VALID                   | Specified parity is invalid
-KO_PARAM_FLOWCONTROLIN_NOT_VALID            | Specified IN flowcontrol is invalid
-KO_PARAM_FLOWCONTROLOUT_NOT_VALID           | Specified OUT flowcontrol is invalid
-KO_PARAM_LISTENINGPERIOD_NOT_VALID          | Specified listenint period is invalid
-KO_PARAM_NOT_VALID                          | Parameter not valid
+KO_SERIALDRIVER_LISTENER_ALREADY_REGISTERED | A listener has been already registered | Error
+KO_SERIALDRIVER_LISTENER_NOT_REGISTERED     | Listener has not beend registered | Error
+KO_SERIALDRIVER_MAX_SPY_LISTENER_EXCEED     | Max number of spy listners exceeded | Error
+KO_SERIALPORT_DISCONNECTED                  | The serial port is disconnected | Error
+KO_SERIALPORT_UNEXPECTED_ERROR              | An unexpected error occured | Error
+KO_SERIALPORT_NOT_AVAILABLE                 | Invalid port name has been specified | Info
+KO_PARAM_SERIALPORTID_NOT_EXIST             | Port ID parameter not exists (invalid) | Error
+KO_PARAM_BAUDRATE_NOT_VALID                 | Specified baudrate is invalid | Error
+KO_PARAM_DATABIT_NOT_VALID                  | Specified databit is invalid | Error
+KO_PARAM_STOPBIT_NOT_VALID                  | Specified stop bit is invalid | Error
+KO_PARAM_PARITY_NOT_VALID                   | Specified parity is invalid | Error
+KO_PARAM_FLOWCONTROLIN_NOT_VALID            | Specified IN flowcontrol is invalid | Error
+KO_PARAM_FLOWCONTROLOUT_NOT_VALID           | Specified OUT flowcontrol is invalid | Error
+KO_PARAM_LISTENINGPERIOD_NOT_VALID          | Specified listenint period is invalid | Error
+KO_PARAM_NOT_VALID                          | Parameter not valid | Error
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thierry CHOMAUD</dc:creator><pubDate>Sat, 12 May 2012 20:03:06 -0000</pubDate><guid>https://sourceforge.net45d5ddf8b601709c586d758fb7b1975f387b3934</guid></item><item><title>WikiPage Serial Driver status codes modified by Thierry CHOMAUD</title><link>https://sourceforge.net/p/coronissdk/wiki/Serial%2520Driver%2520status%2520codes/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -3,7 +3,7 @@
 
 Status | Description | Type
 -------|-------------|------
-OK_SERIALDRIVER_SUCCESS | bb | cc
+OK_SERIALDRIVER_SUCCESS | Operation completed with no errors | info
 
 
 Status | Description                        | Type
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thierry CHOMAUD</dc:creator><pubDate>Sat, 12 May 2012 19:58:02 -0000</pubDate><guid>https://sourceforge.net41a1e1ce479c6fa842c6ae60e0ed88d44f1fb545</guid></item><item><title>WikiPage Serial Driver status codes modified by Thierry CHOMAUD</title><link>https://sourceforge.net/p/coronissdk/wiki/Serial%2520Driver%2520status%2520codes/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,16 +1,19 @@
  
- Status codes represents the return value of most serial driver API. For more detailed information, please check the log file.
-
-
-
-Error code                                  | Description
---------------------------------------------|---------------------
-OK_SERIALDRIVER_SUCCESS                     | Operation completed with no errors
-KO_SENDING_FAILURE                          | Failed to send frame for any reason
-KO_SERIALFRAME_REQUIRED                     | Serial frame has not been specified
-KO_SERIALDRIVER_NOT_OPEN                    | The serial port has not been open
-KO_SERIALDRIVER_ALREADY_IN_USE              | The serial port is already in use the driver
-KO_SERIALDRIVER_ALREADY_OPEN                | The port is already opened
+ Return status represents the return value of most serial driver API.
+
+Status | Description | Type
+-------|-------------|------
+OK_SERIALDRIVER_SUCCESS | bb | cc
+
+
+Status | Description                        | Type
+-------|------------------------------------|------
+OK_SERIALDRIVER_SUCCESS | Operation completed with no errors | Info
+KO_SENDING_FAILURE | Failed to send frame for any reason | Info
+KO_SERIALFRAME_REQUIRED | Serial frame has not been specified | Info
+KO_SERIALDRIVER_NOT_OPEN | The serial port has not been open | Error
+KO_SERIALDRIVER_ALREADY_IN_USE | The serial port is already in use the driver | Error
+KO_SERIALDRIVER_ALREADY_OPEN | The port is already opened | Error
 KO_SERIALDRIVER_LISTENER_ALREADY_REGISTERED | A listener has been already registered
 KO_SERIALDRIVER_LISTENER_NOT_REGISTERED     | Listener has not beend registered
 KO_SERIALDRIVER_MAX_SPY_LISTENER_EXCEED     | Max number of spy listners exceeded
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thierry CHOMAUD</dc:creator><pubDate>Sat, 12 May 2012 19:57:30 -0000</pubDate><guid>https://sourceforge.net4e00208873d29217bea3071605271a86b7b24c18</guid></item><item><title>WikiPage Serial Driver status codes modified by vmacari</title><link>https://sourceforge.net/p/coronissdk/wiki/Serial%2520Driver%2520status%2520codes/</link><description> 
 Status codes represents the return value of most serial driver API. For more detailed information, please check the log file.



Error code                                  | Description
--------------------------------------------|---------------------
OK_SERIALDRIVER_SUCCESS                     | Operation completed with no errors
KO_SENDING_FAILURE                          | Failed to send frame for any reason
KO_SERIALFRAME_REQUIRED                     | Serial frame has not been specified
KO_SERIALDRIVER_NOT_OPEN                    | The serial port has not been open
KO_SERIALDRIVER_ALREADY_IN_USE              | The serial port is already in use the driver
KO_SERIALDRIVER_ALREADY_OPEN                | The port is already opened
KO_SERIALDRIVER_LISTENER_ALREADY_REGISTERED | A listener has been already registered
KO_SERIALDRIVER_LISTENER_NOT_REGISTERED     | Listener has not beend registered
KO_SERIALDRIVER_MAX_SPY_LISTENER_EXCEED     | Max number of spy listners exceeded
KO_SERIALPORT_DISCONNECTED                  | The serial port is disconnected
KO_SERIALPORT_UNEXPECTED_ERROR              | An unexpected error occured. Check log.
KO_SERIALPORT_NOT_AVAILABLE                 | Invalid port name has been specified
KO_PARAM_SERIALPORTID_NOT_EXIST             | Port ID parameter not exists (invalid)
KO_PARAM_BAUDRATE_NOT_VALID                 | Specified baudrate is invalid
KO_PARAM_DATABIT_NOT_VALID                  | Specified databit is invalid
KO_PARAM_STOPBIT_NOT_VALID                  | Specified stop bit is invalid
KO_PARAM_PARITY_NOT_VALID                   | Specified parity is invalid
KO_PARAM_FLOWCONTROLIN_NOT_VALID            | Specified IN flowcontrol is invalid
KO_PARAM_FLOWCONTROLOUT_NOT_VALID           | Specified OUT flowcontrol is invalid
KO_PARAM_LISTENINGPERIOD_NOT_VALID          | Specified listenint period is invalid
KO_PARAM_NOT_VALID                          | Parameter not valid</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vmacari</dc:creator><pubDate>Tue, 08 May 2012 11:56:27 -0000</pubDate><guid>https://sourceforge.net56c05d36538878286082358212644c1f790c2d4a</guid></item></channel></rss>