i need help regarding usb interfacing.
I want to read a text file from pendrive and want to send on serial port.
so i want to know of code ie means library used .
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
i need help regarding usb interfacing.
I want to read a text file from pendrive and want to send on serial port.
so i want to know of code ie means library used .
i am using development board with TM4C123GXL.
i need some suggestion and help and want to develop some appliction
1. if pendrive is not connected then RED LED (i.e PF1 )should ON and send a messege USB NOT CONNECTED on serial port (default serial port PA0,PA1)
2.if pendrive is connected then GREEN LED (i.e PF3 )should ON and send a messege USB CONNECTED on serial port (default serial port PA0,PA1)
3.i want to read a .txt file .File is saved in pendrive .i want to read and send the content of txt file in Serial port(PA0,PA1)
Thanks & Regards