Hi all
I'd like to connect RS422 to an AVR (for example ATmega16), but I did not find anything useful. Can anyone help us?
Regards.
Connecting RS422 to AVR
Well, you forgot to tell which AVR32 device you are using, but there is really no tricks to do 422.
Setup the AVR32 device to do normal RS232 communication, with matching setup on the AVR device (baudrate, bits, stop, parity, etc). Then you'll need two RS232 TTL level => RS422 IC to get the differential signaling.
AVR32 device -- TTL RS232-RS422 ----- RS422-RS232 TTL -- AVR device
Quite simple :)
thanks much.
Do you really need the RS232 level drivers? I think there are TTL RS422 drivers... have not looked today:(
Caleb
Do you really need the RS232 level drivers? I think there are TTL RS422 drivers... have not looked today:(Caleb
Yes, there are ICs that convert TTL-> RS422 and vice versa. You just need a USART peripheral in the chip.
-drt
Any part numbers.
Goto here:
http://datasheetcatalog.net
And search...
I am using this one : MAX485 for several projects