Am sending data using fputs function like below. when am sending single character the data is received at receiver.if i send string in fputs function the data is not received .
transmitter:
fputs ...
what modifications i have to do for rs385.c sample code for sending "chandu"string as data to the slave how i can retrieve that data in display at slave side.I did not understand how to use ...
Hi. I am trying rs485 communication between two pic micro controllers 16f876A. I am sending data from master to the slave. I am using rs485.c file provided by the ccs but it is not working. Can anyone ...