I have an embedded system with a web server that usually connects to an Ethernet network, so users can simply enter the IP address of the device to access it.
However, I also need to do some of the same website features that are available to serial port users on the device. It would be nice if I could reuse some of the logic that I developed for web forms for this.
I am currently using .NET for development on my desktop, and my embedded device is based on Linux. Is it possible to host the contents of a website via a serial port, or is there any other way that I can remove this?
source
share