Hi,
I use ubuntu to build a hardware server and connect some Arduino devices, I want to complete the configuration of Arduino devices remotely. Hosts can attach to hardware servers via VPN
I currently have two ideas:
One is to upload the file and complete the board's configuration on the server through the command line. But didn't find any relevant documentation on Linux commands to configure Arduino boards.
The other is to use a virtual serial port, map the server serial port to a TCP port, and convert the TCP port into a virtual serial port in the host. Not sure if this method is possible.
If it is calibration points etc you can save it in EEPROM. If it is executable code that is a different problem. If it is code then look up OTA (Over The Air) and possible a different micro.
thanks
I solved it with a virtual serial port, I made the download baud rate consistent with the baud rate of the serial server and then completed the compilation