09-12-2016
08:48 AM
- last edited on
11-20-2025
09:57 AM
by
Content Cleaner
I'm new to SingleBoard RIO and I need 5 UARTS but I can't find the RX TX pins. Where are the pins located?
Datasheet: https://www.ni.com/docs/en-US/bundle/sbrio-9627-feature/page/overview.html
Product page: https://www.ni.com/en/shop/compactrio/single-board-rio.html
RS232
Onboard (Total) = 2 (6)
Solved! Go to Solution.
09-12-2016
12:06 PM
- last edited on
11-20-2025
09:58 AM
by
Content Cleaner
Page 42 of the user manual starts to document how to expose the additional UARTS.
https://www.ni.com/docs/en-US/bundle/sbrio-9627-feature/page/overview.html
Those UARTS are implemented in the FPGA, so the TX and RX pins can be routed to any of the FPGA DIO lines. That is defined via the sbRIO CLIP generator tool installed with LabVIEW and implemented by selected a socketed CLIP RMC plug-in in the LabVIEW project.
Page 24 of the RMC design guide also gives further detail:
https://www.ni.com/docs/en-US/bundle/sbrio-9607-9627-rmc-feature/page/rmc-purpose.html
Also, this NIWeek presentation walks through the RMC design process and SW tools for configuring additional peripherals, such as UARTS.
Regards,
09-13-2016 04:04 AM - edited 09-13-2016 04:14 AM
Thank you.
1. So I should be able to have 6 UARTS on these GPIO pins?
2. Is it possible to configure more than (6*2) GPIO pins to have UART functionality?