Dear experts,
I have a rs485, (lpc1768) master-slave communication setup, that uses
uart2 with a gpio line as direction control line.
The experiment is just to test successful communication for transfer
of fixed strings.
Master transmits<mastr_addr><slave_addr>HelloWorld.
The slave replies by appending a string RPLY1 to the received
string from master, only if the slave addr of the received string
matches its own address. This process i
↧