test

Dependencies:   MINI8I8O5A000 mbed EEPROM_P4 IICLCD_LOWCOST

Revision:
1:d9ab13cdf377
Parent:
0:5e60f85d6c26
Child:
2:82dbbbff7518
--- a/main.cpp	Thu Oct 08 10:44:42 2015 +0000
+++ b/main.cpp	Mon Oct 12 05:09:46 2015 +0000
@@ -108,9 +108,9 @@
                 i++;
                  
              }
-             rx_buffer_ARG[j]=0; //end of string
+             rx_buffer_ARG[j]=0; //end of string ++++
              
-             //pc.printf("rxbuffer: %s",rx_buffer); //test direct echo
+             pc.printf("rxbuffer: %s",rx_buffer); //test direct echo
              
              if (strcmp(rx_buffer,"*IDN?")==0)
              {
@@ -198,8 +198,7 @@
   
   while(1) 
   {
-     serial_pc_rx_services();     
-     
+     serial_pc_rx_services();          
      LiquidCrystal_I2CsetCursor(0,0); 
      sprintf (str, " I:%d O:%d    ",255,255);                 
      LCDI2C4Bit_printIn(str);