usb-serial.txt
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:16k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. INTRODUCTION
  2.   The USB serial driver currently supports a number of different USB to
  3.   serial converter products, as well as some devices that use a serial
  4.   interface from userspace to talk to the device.
  5.   See the individual product section below for specific information about
  6.   the different devices.
  7. CONFIGURATION
  8.   Currently the driver can handle up to 256 different serial interfaces at
  9.   one time. 
  10.   If you are not using devfs:
  11.     The major number that the driver uses is 188 so to use the driver,
  12.     create the following nodes:
  13. mknod /dev/ttyUSB0 c 188 0
  14. mknod /dev/ttyUSB1 c 188 1
  15. mknod /dev/ttyUSB2 c 188 2
  16. mknod /dev/ttyUSB3 c 188 3
  17. .
  18. .
  19. .
  20. mknod /dev/ttyUSB254 c 188 254
  21. mknod /dev/ttyUSB255 c 188 255
  22.   If you are using devfs:
  23.     The devices supported by this driver will show up as
  24.     /dev/usb/tts/{0,1,...}
  25.   When the device is connected and recognized by the driver, the driver
  26.   will print to the system log, which node(s) the device has been bound
  27.   to.
  28.   
  29. SPECIFIC DEVICES SUPPORTED
  30. ConnectTech WhiteHEAT 4 port converter
  31.   ConnectTech has been very forthcoming with information about their
  32.   device, including providing a unit to test with. This driver will end up
  33.   being fully supported.
  34.   Current status:
  35.     The device's firmware is downloaded on connection, the new firmware 
  36.     runs properly and all four ports are successfully recognized and connected.
  37.     Data can be sent and received through the device on all ports.
  38.     Hardware flow control needs to be implemented.
  39.   For any questions or problems with this driver, please contact Greg
  40.   Kroah-Hartman at greg@kroah.com
  41. HandSpring Visor, Palm USB, and Cli