Page 1 of 1

UART Slave(FIFO) sample

Posted: Tue Feb 11, 2014 5:16 am
by serg
Attached is a sample projects which demonstrates receiving data by using the SUB-20 FIFO interface. The com_tx folder contains MSVC 2005 project which implements the data transmitter. It continuously sends incrementing values to the PC COM port specified in the command line as follows

com_tx.exe COM4

will send incrementing counter to the COM4

The sub_rs_slave folder contains the receiver part based on the SUB-20 FIFO API configured to manage the UART interface