meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sensor:ttl_to_rs485 [2025/11/13 22:12] – [lamaPLC: TTL to RS485 Module] vamsan | sensor:ttl_to_rs485 [2025/11/13 22:42] (current) – [lamaPLC: TTL to RS485 Module] vamsan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== lamaPLC: TTL to RS485 Module ====== | ====== lamaPLC: TTL to RS485 Module ====== | ||
| {{ : | {{ : | ||
| - | The module is often listed as HW-097. | + | The module is often listed as **HW-097**. |
| - | The onboard MAX485 chip is a low-power, slew rate-limited transceiver for **RS-485** communication. It is connected to 5.08 mm pitch 2P binding posts, which makes [[com: | + | The onboard MAX485 chip is a low-power, slew-rate-limited transceiver for **RS-485** communication. It is connected to 5.08 mm pitch 2P binding posts, which makes [[com: |
| + | |||
| + | |||
| + | RS-485 is a type of asynchronous serial communication protocol because no synchronizing clock signal is transmitted with the data. RS-485 uses differential signaling to transfer binary data between devices. This differential signaling creates a differential voltage using positive and negative 5V supplies. The advantage of this method is its ability to reject common-mode noise. | ||
| + | |||
| + | RS-485 supports a **maximum data transfer rate of 30 Mbps** and can connect many slaves to a single master. The protocol allows up to 32 devices to be connected. | ||
| The module is suitable for Arduino and [[com: | The module is suitable for Arduino and [[com: | ||
| Line 16: | Line 21: | ||
| ^DE|TTL side|Driver output enable| | ^DE|TTL side|Driver output enable| | ||
| ^DI|TTL side|Drive input| | ^DI|TTL side|Drive input| | ||
| - | ^Vcc||5V power supply| | + | ^Vcc||**5V DC** power supply| |
| ^A+|RS-485 side|The non-inverting input of the receiver and the non-inverting output of the driver| | ^A+|RS-485 side|The non-inverting input of the receiver and the non-inverting output of the driver| | ||
| ^B-|RS-485 side|Receiver inverting input and driver inverting output| | ^B-|RS-485 side|Receiver inverting input and driver inverting output| | ||