Hi, could someone suggest me a i2c / spi to 485 interface, well supported by Raspberry pi, that has personally tested?
I need something that calculates the direction (enable) signal automatically.
RS-485 is a balanced serial signal, with point to multi-point capabilities. The bus master should determine the direction of the transfers.
A PI can be a master using the USART for the serial I/O and a GPIO for bus direction.