Python Forum
Raspberry + RS485 shield | pySerial
Thread Rating:
  • 3 Vote(s) - 2.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Raspberry + RS485 shield | pySerial
#4
Does the baud rate match on both ends of the connection?
That's the transfer speed and if it doesn't match you'll just see garbage on the receiving end
(if anything at all)


Also, the fact that the led comes on only indicates data at the source, and nothing about it's format.

I would suggest using putty (available on line free) on the receiving end. that way you can play with the baud rate parity, etc
without changing the software (until after you know what you're dealing with). In addition, since you indicate that only the data
lines are being used, I expect something like full duplex may be used for hand shaking, which may or may not be the case.
Reply


Messages In This Thread
Raspberry + RS485 shield | pySerial - by Coada - Feb-24-2017, 12:04 PM
RE: Raspberry + RS485 shield | pySerial - by Coada - Mar-01-2017, 07:54 AM
RE: Raspberry + RS485 shield | pySerial - by Larz60+ - Mar-01-2017, 12:20 PM
RE: Raspberry + RS485 shield | pySerial - by Coada - Apr-13-2017, 01:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  help with code for USB-RS485 korenron 3 3,681 Nov-17-2022, 09:04 AM
Last Post: wiseweezer
  Help reading data from serial RS485 korenron 8 14,046 Nov-14-2021, 06:49 AM
Last Post: korenron
Photo Raspberry PI writing to RS485 driver, DIR pin not holding state zazas321 2 2,137 Oct-30-2020, 06:23 AM
Last Post: zazas321

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020