can rs485 directly be connected to a serial port of a windows computer ?
what is the logic of making rs485 devices to be controled by a server if servers have no standard rs485 port.
the distance of the signal ?
labium
rs485 and rs242 and serial
- Willem4ever
- Global Moderator
- Posts: 805
- Joined: Mon Oct 30, 2006 3:48 pm
- Location: Uithoorn / Netherlands
Re: rs485 and rs242 and serial
RS485 is a bus and allows you to connect multiple devices (up to 32) to the same bus. Additionally using twisted pair cabling allows you to reach greater distances (up to 1200 meters). Thre is half-duplex using two wires and full-duplex using 4 wires.
Re: rs485 and rs242 and serial
What Willem4ever says is absolutely right. However the limit of ~32 devices and the bus length could be extended by repeaters. The bus length depends on the cabling quality. CAT-5 cable is a good and cheap option.
No, you can't connect directly RS-485 to RS-232 (the serial port of your computer). It is different interface. You need USB or RS-232 to RS-485 converter. They're relatively cheap and you could find one in your local electronics store.
No, you can't connect directly RS-485 to RS-232 (the serial port of your computer). It is different interface. You need USB or RS-232 to RS-485 converter. They're relatively cheap and you could find one in your local electronics store.