RS485 serial communication with LT1487
PBK
Posts: 7
Hi!
I'm trying to get serial communication between two propeller chips via RS485 (two-wire). I have previously used the LTC 1487 with a Basic stamp, using the "Serout" command, with great success. I'm now trying the same chip with a propeller, but cannot make it work properly. I have so far tested with "Simple_Serial" object slightly modified, and it do transmit, but it's not the correct data (I use Parallax Serial Terminal for debugging the received transmission).
Is there a more suited object for this task, any suggestions?
Peter
I'm trying to get serial communication between two propeller chips via RS485 (two-wire). I have previously used the LTC 1487 with a Basic stamp, using the "Serout" command, with great success. I'm now trying the same chip with a propeller, but cannot make it work properly. I have so far tested with "Simple_Serial" object slightly modified, and it do transmit, but it's not the correct data (I use Parallax Serial Terminal for debugging the received transmission).
Is there a more suited object for this task, any suggestions?
Peter
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon McPhalen
Hollywood, CA
It's now working just fine, but I have so far just tested one-way communication and I will also take your advise concerning the delay issue to consideration when communicating (both tx and rx) with several nodes on the bus, later on in this project.
Thank you all for your reply!
Peter