2021-08-19 10:25 PM
2021-08-19 11:45 PM
Welcome, @SLV.1, to the community!
As the number 3 in the component number shows, the ST3485ECDR is intended for 3.3V supply voltage and not for 5V.
Regards
/Peter
2021-08-20 02:18 AM
Hi Peter
Sorry we are using ST3485ECDR and ST485ECDR as 3.3V and 5V respectively. But while sending command from ST3485ECDR to ST485ECDR we are missing last byte of data. We connected 3 individual boards with ST485ECDR and one master ST3485ECDR in daisy chain mode.
2021-08-20 03:47 AM
As you know, RS485 uses a differential transmission method that is independent of the supply voltage. It is also serial so that individual bytes are not simply lost.
Missing packets can usually be found in the connected controllers (FIFOs, software, protocols/handshake, etc). You could also use a logic analyzer to see if the data is being sent to the transceiver at all.
Regards
/Peter