File Transfer Example

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ToVa_285016
Level 5
Level 5
100 replies posted 50 replies posted 50 questions asked

Hi,

   

I am working on a color LED controller, and want the user to be able to upload their own programs over a USB-UART link.  Does anyone have any examples of this for PSOC?  What are the best methods to do this?  Just stream the data and look for terminating characters?

   

Thank you,

   

Tom

0 Likes
1 Reply
lock attach
Attachments are accessible only for community members.
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

Attached simple UART transfer project using circular buffer to control on-board RGB LED. It uses control char #10 and/or #13 to separate control sequence into tokens.

0 Likes