can Serial device data be transmit to web_page.aspx directly?
Hi there,
Please help me. I have a serial WiFi device connected to a barcode scanner. Is it possible to create a "web_page.aspx" which can "talk" to the serial device to transmit the captured data to the "web_page.aspx"?
It's something like this...
Barcode scanner (connected to serial WiFi device) --> [Transmit data via WiFi] --> "web_page.aspx"
Previously i've used HyperTerminal (HT) to try out the connection. HT uses TCP/IP to connect to the serial device and the transmittion of data is possible.
If it is possilbe to replace HyperTerminal with web_page.aspx, how can i do it?

