Projects Forum
Download latest build of this project:
Size: 1.46kb
| Revision | Operations | |
|---|---|---|
| 14/05/2010 - 14:55 by leon_heller Moved from XMOSlinkers | current revision | |
I wanted some minimalistic UART code so I hacked the XC-1 UART demo Tx and Rx functions to produce this little demo - it simply inputs characters typed in to a terminal emulator program into an array and sends them back again when 10 characters have been received.
I wanted some minimalistic UART code so I hacked the XC-1 UART demo Tx and Rx functions to produce this little demo - it simply inputs characters typed in to a terminal emulator program into an array and sends them back again when 10 characters have been received.

It works great
I made a software "oscilloscope" in MATLAB so I can see signal data in the XCORE over the UART.
XDK
I will test if I can make this run on the XDK and send data to the PC over the USB cable and FTDI chip.
Using the printf to the console is painfully slow.