implementation of parts of the unilynx protocol, for communicating with danfos photovoltaic inverters. Still BETA ! needs byte stuff/unstuff fixed, and some CRC are left out for niw...

Dependencies:   mbed

Revision:
2:de090b60d543
Parent:
1:df4e9da66448
--- a/main.cpp	Tue Aug 28 19:53:42 2012 +0000
+++ b/main.cpp	Tue Sep 04 05:48:43 2012 +0000
@@ -15,6 +15,7 @@
     pc.baud(115200);
     /* setup RS485 */
     rs485init();
+    pc.printf("ULX Data logger init, build %s",__TIME__);
 
     while(1) 
     {