Hello,
I need to achieve telnet on top of PPP on top of USB
serial between PC and my device. I have a driver based
on linux USB serial driver. It can talk with minicom
on RedHat to transfer characters.
Then, how to make PPP run on top of USB serial to
achieve telnet?
Any guildline is appreciated
Hello,
I am using a Motorola MxL chip. It has USB module. I
want to port it to linux usb subsystem so my device
can connect to desktop linux e.g. RH9 through USB.
I have read through the Linux USB guild. I would like
to know more specific information about porting USB
hardware module to subsystem,
Hi Greg,
I read your post in linux-kernel archive.
I am working on a target board running Linux with USB
only and without serial port.
I want to direct the Linux console the USB port, so
that i can remote control it on PC.
Now, i can send the shell output to PC side by running
following command o