

Use socat, create a virtual serial port, and use this port in arduino IDE. Type in telnet ++, and then 'mode character' I could harmonize everything to 115200 and use only one TCP port.įor information, from telnet for linux, to switch in character mode (so that each character is directly sent when typed without waiting for enter) I used a different port because basic communication was in 9600 bauds. To communicate with arduino : telnet 192.168.0.19 3003 Where you'll replace ip & port with the real one, and hex path.

hex path in the compiler output (in arduino ide preferenced, enable display detailed output for compile) On the other computer side, I do the compilation from arduino IDE (ctrl+R), and I look for. Note that ttyACM0 1 & 2 are already in used because laptop include 3G modem, GPS etc. The second computer where arduino IDE is also running ubuntu linux. (wifi network include a repeater to have a decent connection) I used a laptop running ubuntu linux, connected via usb to arduino, and connected to my home wifi network.

So I needed to communicate (upload & serial monitoring) from 30 meters.Īs it's only for quite a short period so I don't needed a fancy installation. My arduino is used to drive a sun tracker, 30m from my home where I can observe good alignments and so on.
