EasyCAT LAB - EtherCAT master legacy example

Dependencies:   SOEM SPI_STMPE610 SPI_TFT_ILI9341 TFT_fonts

The EasyCAT LAB is a complete educational and experimental EtherCAT® system, composed of one master and two slaves .

/media/uploads/EasyCAT/easycat_lab.jpg

/media/uploads/EasyCAT/components.jpg

Revision:
3:6ee00ee90d4c
Parent:
2:7d4fd6354015
Child:
5:550a1222dcba
--- a/main.cpp	Tue Jun 11 10:46:17 2019 +0000
+++ b/main.cpp	Fri May 07 09:42:27 2021 +0000
@@ -49,7 +49,7 @@
                                   
 #define SysMilliS() (uint32_t)Kernel::get_ms_count()                                      
 
-Serial pc(USBTX,USBRX,115200);          // set the debug serial line speed to 115200
+UnbufferedSerial pc(USBTX,USBRX,115200);          // set the debug serial line speed to 115200
 
 
 //---- TFT with resistive touchscreen pins -------------------------------------