I have an embedded system and want to do the following:
1. Output http request from embedded device's serial port.
2. Receive on pc and forward to web server address on port 80.
3. Receive http response from webserver on pc.
4. Forward response to embedded device via serial port.
I assume this needs to use some sort of raw data mode rather than the telnet protocol.
Is the above possible ?
Thanks for any help, Martin.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have an embedded system and want to do the following:
1. Output http request from embedded device's serial port.
2. Receive on pc and forward to web server address on port 80.
3. Receive http response from webserver on pc.
4. Forward response to embedded device via serial port.
I assume this needs to use some sort of raw data mode rather than the telnet protocol.
Is the above possible ?
Thanks for any help, Martin.
com2tcp COM1 web_server_address http