Secondary Serial Port #22
Unanswered
ecburns33
asked this question in
Q&A - Hardware
Replies: 1 comment
-
|
Hi @ecburns33 This is doable, but you may want to consider other options. See below. My past experiences with RS-232 have all been +-12V which is far beyond the voltage range of most modern microcontrollers (like the one on PyCubed). This means you'll likely want a UART-to-RS232 converter. Which could lead you down another rabbit hole... Here's how I'd approach this:
P.S. if you don't have the GPS populated on your PyCubed board, you could use the GPS UART pins (TX/RX pins) for an additional UART channel as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to connect a motor to the board using a RS-232 serial connection. From my understanding, there are libraries designed to do this, but to initialize the connection, the name of the serial port is of course needed. It doesn't seem like there is a another serial port on the board apart from the USB I use to interface with my computer. Would I just be able to use GPIO pins to make the connection? If so, how would I initialize that? Thank you, as always.
Beta Was this translation helpful? Give feedback.
All reactions