I'm working on a PIC application where I've made a SIMPLE web server that interfaces to an 802.11 radio that is listening on port 80. A web browser opens a connection to port 80, sends a request, and my PIC code responds appropriately. I'm interested in doing the same thing over a COMM port (FT245RQ on the PIC side, and virtual comm port on the PC side). I'd like to put something like this: http://localhost:1234 in the URL field of the browser and have the GET request go through the virtual comm port, through the FT245RQ to my PIC. Our Windows guy suggests using SLIP, but this looks much more complex than needed. Why encapsulate the data in TCP/IP packets for the short ride over the USB cable, just to take them apart again. Does any Windows application exist that would redirect an IP port on localhost to a comm port? THANKS! Harold -- FCC Rules Updated Daily at http://www.hallikainen.com - Advertising opportunities available! -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist