<?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 Serial frame</title><link>https://sourceforge.net/p/coronissdk/wiki/SerialDriver%2520Serial%2520frame/</link><description>Recent changes to SerialDriver Serial frame</description><atom:link href="https://sourceforge.net/p/coronissdk/wiki/SerialDriver%20Serial%20frame/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 22 May 2012 09:58:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/coronissdk/wiki/SerialDriver%20Serial%20frame/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage SerialDriver Serial frame modified by Thierry CHOMAUD</title><link>https://sourceforge.net/p/coronissdk/wiki/SerialDriver%2520Serial%2520frame/</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>Tue, 22 May 2012 09:58:16 -0000</pubDate><guid>https://sourceforge.net17eb32482101914da9ae2707011a8ef1e940bb82</guid></item><item><title>WikiPage Serial Driver Serial frame modified by Thierry CHOMAUD</title><link>https://sourceforge.net/p/coronissdk/wiki/Serial%2520Driver%2520Serial%2520frame/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -16,7 +16,7 @@
      * 		len: length of the data that contains in the frame value
      */
     typedef struct tagISerialFrame {
-    	byte         frame[SERIALFRAME_BUFFER_LEN];
+    	byte         frame[SERIALFRAME_BUFFER_LEN-4];
     	unsigned int len;
     } SerialFrame;
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thierry CHOMAUD</dc:creator><pubDate>Tue, 22 May 2012 09:58:02 -0000</pubDate><guid>https://sourceforge.netb265d83d9ba08fd0ee4b5843d9f5f626737d1c0c</guid></item><item><title>WikiPage Serial Driver Serial frame modified by Thierry CHOMAUD</title><link>https://sourceforge.net/p/coronissdk/wiki/Serial%2520Driver%2520Serial%2520frame/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,23 +1,22 @@
-
 **Serial frame**
 
+Declaration of serial driver types that are used for Coronis implementation of SerialDriver implementation.
 
- Pointer on the structure that contains the serial frame data
+    /**
+     * Maximum length used for Coronis SerialDriver implementation
+     * for buffering the serial frame information
+     * 256 byte for data storage + 4 for length
+     */
+    #define SERIALFRAME_BUFFER_LEN  260
+    
+    /**
+     * Structure used to store serial frame information
+     * for Coronis SerialDriver implementation usage.
+     * 		frame: data that contains the frame in byte[] format
+     * 		len: length of the data that contains in the frame value
+     */
+    typedef struct tagISerialFrame {
+    	byte         frame[SERIALFRAME_BUFFER_LEN];
+    	unsigned int len;
+    } SerialFrame;
 
-
-~~~~
-typedef struct tagISerialFrame {
-	/**
-	 * data that contains the frame in byte[] format
-	 */
-	byte         frame[MAX_FRAME_LEN];
-
-	/**
-	 * length of the data that contains in the frame
-	 */
-	unsigned int len;
-} SerialFrame;
-~~~~
-
-
-Where the value *MAX_FRAME_LEN*  is equal to **256**.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thierry CHOMAUD</dc:creator><pubDate>Tue, 22 May 2012 09:53:52 -0000</pubDate><guid>https://sourceforge.net2d27d11990774e45fe83122bf6dfbc2469cd8206</guid></item><item><title>WikiPage Serial Driver Serial frame modified by vmacari</title><link>https://sourceforge.net/p/coronissdk/wiki/Serial%2520Driver%2520Serial%2520frame/</link><description>
**Serial frame**


 Pointer on the structure that contains the serial frame data


~~~~
typedef struct tagISerialFrame {
	/**
	 * data that contains the frame in byte[] format
	 */
	byte         frame[MAX_FRAME_LEN];

	/**
	 * length of the data that contains in the frame
	 */
	unsigned int len;
} SerialFrame;
~~~~


Where the value *MAX_FRAME_LEN*  is equal to **256**.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vmacari</dc:creator><pubDate>Tue, 08 May 2012 15:33:54 -0000</pubDate><guid>https://sourceforge.net89801bd6687268eda5fe92f3a3f912a5ee20712b</guid></item></channel></rss>