Jan Szymanski wrote: > Has anyone investigated TCP/IP over USB? > I need to implement an webserver on LPC2148 based datalogger and was > thinking of using usb as one of the options, so any hints will help and > save time. An around-about way is to get a serial connection over USB, and get that recognized correctly by the host OS, eg. Win or Linux. Then setup SLIP to run over the serial connection. Then run LwIP on the micro with its TCP/IP stack taught to understand SLIP. However, if you're going to connect it to a host via USB, then you might want to consider just running the web server on the host, and using a serial protocol to get the data from the logger. Dave
Message
Re: [lpc2000] TCP/IP over USB
2006-01-12 by David Hawkins
Attachments
- No local attachments were found for this message.