Rs485
e-newbie
Posts: 3
Hi guys,
I am a beginner with Basic stamp and I'm trying to retrieve data from a device using RS485.
On the front panel of the device there are three clamps (RX, TX and RTS) indicating the RS485 port. I need to know how to connect these terminals to the BS2.
I suppose that RX and TX could be connected to, for example P0 and P1, and RTS as ground to Vss.
But I'm not sure. Do I need some resistors for P0 and P1 ?
Please, could you help me with an electronics diagram ?
I wanto to go further the basic examples but I need some guidance. Sorry for my bad english.
Thanks in advance
Regards
Paul
I am a beginner with Basic stamp and I'm trying to retrieve data from a device using RS485.
On the front panel of the device there are three clamps (RX, TX and RTS) indicating the RS485 port. I need to know how to connect these terminals to the BS2.
I suppose that RX and TX could be connected to, for example P0 and P1, and RTS as ground to Vss.
But I'm not sure. Do I need some resistors for P0 and P1 ?
Please, could you help me with an electronics diagram ?
I wanto to go further the basic examples but I need some guidance. Sorry for my bad english.
Thanks in advance
Regards
Paul
Comments
The device is a solar inverter and the generated data are logs about the produced power. Here, http://it.power-one.com/sites/power-one.com/files/pvi-10.0-12.5-outd-en_13042010.pdf, you can find more info about the inverter.
Thanks
Thanks
You will need some kind of RS485 receiver IC as shown in this Nuts and Volts Column from Parallax's website. In your case, you're only using the MAX483 for receiving, so you'll only use DATA_IN and TX_RX will be permanently connected to ground. You would use SERIN to actually receive the data.