I use atmega16 and its UART for communication with other device....
Now, I have one sensor which has output configuration as below:
Digital Output : Serial (9600 baud UART)
Electrical Interface: RS485 / RS232
Protocols Supported : Modbus
Start, Stop bits: 1,1
My question is if I configure UART of atmega16 to same specification as above, can I communicate with same function like I mean same register for uart to check there is byte and read it?
I am little confused!!