Upload sketch over RS422

Hello!
If i bring out the reset pin on the RS422 connector and build myself a suitable adapter, i should be able to use the bootloader to upload a program using RS422.

Or am i forgeting something?

Greetings,
Peter

PeterFW:
Hello!
If i bring out the reset pin on the RS422 connector and build myself a suitable adapter, i should be able to use the bootloader to upload a program using RS422.

Or am i forgeting something?

Greetings,
Peter

RS422 is a fully duplex standard. To initiate the upload you need the ability to reset the Uno to start the bootloader, The only issue could be speed. As long as your RS422 network can support 115200 baud it should work.

Chuck.