RSS YouTube LinkedIn Twitter XCore IRC

Search

Projects Forum

Enter your XCore Exchange username.
Enter the password that accompanies your username.

Forgot your password?

Sign up for an account

Things to do: Search all projects, Create a project

Simple UART demo

by leon_heller

Version 1

Size: 1.46kb

View older versions

Tags

Project Overview

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.

Verified to run on

Images and diagrams

Rate this project


5
Average: 5 (1 vote)
Your rating: None

Share this project!

Twitter Icon Share on Twitter

Twitter Icon Share on Facebook

submit to reddit Share on Reddit

Comments / Updates

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.

X