Hi,
I’m new to this forum. I’m working on NET+OS Digi Connect ME platform. I have created Web Server Application.
I have to upload a file on local machine to Digi Web Server and then from there it should be uploaded to serial port device. Similarly I have to download a file from Serial port device onto local machine. How can I implement this.Is there any sample applications or code to achieve this?
The NET+OS development kit contains a number of good example applications that you should look at. Most notably, nahttp_fs is an example of a web server that allows a user to upload/download files. naserial demonstrates the use of the serial ports. Between those two examples applications, you should be able to derive most or all of what you are looking for. There is not ONE appliction that does ALL of what you are looking for.