Closed paddatrapper closed 7 years ago
RTS and CTS are for hardware flow control (request to send, clear to send IIRC).
The serial port also only transmits from the FX2 out.
You probably need to connect the ground pin too.
On 20 Jun. 2017 6:42 pm, "Kyle Robbertze" notifications@github.com wrote:
@paddatrapper commented on this pull request.
In examples/serial/README.md https://github.com/timvideos/HDMI2USB-fx2-firmware/pull/18#discussion_r122913930 :
@@ -0,0 +1,18 @@ +# Serial Example +This serial example is for testing serial connections from the FX2 chip. It is +uses the same setup as the HDMI2USB firmware, which is: + + Baud rate of 115200 + Serial device /dev/ttyUSB0 (default on linux) +* RTS -> PA2
It isn't, or at least the firmware at no point expects input over serial from the host
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/timvideos/HDMI2USB-fx2-firmware/pull/18#discussion_r122913930, or mute the thread https://github.com/notifications/unsubscribe-auth/AABS3Fr69jMIrx_RREw4W57LRLiA3NeFks5sF4XtgaJpZM4N8aEJ .
Add an example to test the serial connection to the FX2 chip