Hey all, I am working with my first RS-485 network, using ATXMega256A3U as the lone master in the system, communicating to ATmega slave devices. The slaves are connected to external peripherals, which the MCU will control, then send data back to the master, when requested. So far, I have found a basic RS485 driver IC from Maxim (https://datasheets.maximintegrated.com/en/ds/MAX1487-MAX491.pdf), but was wondering if someone with more experience would be able to give me some advice/point me in the right direction towards some literature or good examples of creating a proper system/protocol. I appreciate any advice/suggestions. Thanks.