UART Slave(FIFO) sample

All about Sub-20 Multi Interface USB Adapter USB to I2C, SPI, GPIO, RS232, RS485, Ir, LCD

Moderator: serg

Post Reply
serg
Posts: 143
Joined: Mon Aug 31, 2009 9:17 pm

UART Slave(FIFO) sample

Post 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
Attachments
sub20_rs_fifo.zip
(126.67 KiB) Downloaded 1608 times

Post Reply