News:

  • April 30, 2026, 07:58:30 PM

Login with username, password and session length

Author Topic: Serial communications  (Read 7801 times)

Garyhlucas

  • Hero Member
  • *****
  • Posts: 421
Serial communications
« on: June 01, 2021, 05:44:45 PM »
I want to use some sensors that have a UART serial output that transmits ASCII strings of data. Does this imply they would communicate with the serial port on a BRX? Would this also likely be multidrop such that multiple sensors could use one serial port? Haven?t done much serial stuff except connecting from PC to PLC over the years.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6154
  • Yes Pinky, Do-more will control the world!
Re: Serial communications
« Reply #1 on: June 01, 2021, 06:43:38 PM »
I want to use some sensors that have a UART serial output that transmits ASCII strings of data. Does this imply they would communicate with the serial port on a BRX? Would this also likely be multidrop such that multiple sensors could use one serial port? Haven?t done much serial stuff except connecting from PC to PLC over the years.

The port can be either RS232 or RS485. Assuming it is one of those, then yes. Multidrop requires RS485.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

Garyhlucas

  • Hero Member
  • *****
  • Posts: 421
Re: Serial communications
« Reply #2 on: June 02, 2021, 07:32:56 PM »
Bob,
That makes sense. I?ll have to investigate further.

Thanks