Send txt file via UART

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

cross mob
Anonymous
Not applicable

Hi,

   

Is it possible to send a txt file ( the file has on external micro sd card)  via UART on PSOC3?

   

Thanks

   

Regards

0 Likes
1 Solution
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Yes, the SDCARD library, depending on which one you are using, has a FOPEN command,

   

and read API to get SDCARD data, but destination, host, must be able to handle the UART

   

stream and establish and close the file out. That could be script, python, even terminal software.

   

 

   

Regards, Dana.

View solution in original post

0 Likes
1 Reply
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Yes, the SDCARD library, depending on which one you are using, has a FOPEN command,

   

and read API to get SDCARD data, but destination, host, must be able to handle the UART

   

stream and establish and close the file out. That could be script, python, even terminal software.

   

 

   

Regards, Dana.

0 Likes