What are my options to add another serial port?
I have 5 peripherals running on the mbed1768. These are:
1. accelerometer SPI (p5-8)
2. SD card using SPI (P11-14)
3. GPS serial (p9,10)
4. Serial (p28-28)
5. LCD text display parallel (p21-26, 30)
I want to switch to a serial graphic display but do not have a free serial port. The PC(usbtx,usbrx) will not work with the display. Maybe I am doing something wrong but I can not get the output correct. I did connect a mini-usb plug to the display using both the D+ and D- connections (tried both) to the serial RX pin on the display with no luck. The scope just shows a high and low signal on the usb pins - no byte information is being transmitted.
Is there a way to setup a different virtual serial port?
Are there any LCD graphic displays that work on usb signals for p(D-/D+) pairs or the (usbtx,usbrx) pair?\
Does anyone have any suggestions on a way to get one more serial port? Can I reconfigure the analog IO pairs or the digital PWM-out pairs? Is there any example code? I tried this but could not get it to compile without errors.
What are my options to add another serial port?
I have 5 peripherals running on the mbed1768. These are:
1. accelerometer SPI (p5-8) 2. SD card using SPI (P11-14) 3. GPS serial (p9,10) 4. Serial (p28-28) 5. LCD text display parallel (p21-26, 30)
I want to switch to a serial graphic display but do not have a free serial port. The PC(usbtx,usbrx) will not work with the display. Maybe I am doing something wrong but I can not get the output correct. I did connect a mini-usb plug to the display using both the D+ and D- connections (tried both) to the serial RX pin on the display with no luck. The scope just shows a high and low signal on the usb pins - no byte information is being transmitted.
Is there a way to setup a different virtual serial port?
Are there any LCD graphic displays that work on usb signals for p(D-/D+) pairs or the (usbtx,usbrx) pair?\
Does anyone have any suggestions on a way to get one more serial port? Can I reconfigure the analog IO pairs or the digital PWM-out pairs? Is there any example code? I tried this but could not get it to compile without errors.