hello everyone,
I am trying to transmit a picture (.epd file) serially from my PC's usb port to the microcontroller (uC's SPI).
I am using FTDI Basic Breakout to convert USB to serial port and then connect RX, and TX to the microcontroller. however I am not sure if I need any other USB 2 Serial converter in the middle, also I am not sure how to set up hyperterminal to transmit a picture from the USB port. is that even possible to transmit a picture file using hyper terminal?
I have been told to use following settings: Baud rate 9600, stop bits : 1, No Parity
PC ---> USB2 Serial (FTDI breakout???) --> USART port ----> SPI ---> ...
thanks