Prolifc PL2303 USB 2.0 to COM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==General Specs== | |||
* '''Model:''' PL2303 USB 2.0 to COM | |||
* '''HardwareID:''' 067b:2303 | * '''HardwareID:''' 067b:2303 | ||
==General Comments== | |||
The device is recognized by lsusb like "Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable" | The device is recognized by lsusb like "Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable" | ||
==Testing the Device== | ===Testing the Device=== | ||
I just added to the config.sys | I just added to the config.sys | ||
DEVICE=C:\os2\boot\USBCOM.SYS /V | DEVICE=C:\os2\boot\USBCOM.SYS /V | ||
| Line 21: | Line 23: | ||
OCTS = OFF DTR = ON | OCTS = OFF DTR = ON | ||
RTS = ON BUFFER = N/A | RTS = ON BUFFER = N/A | ||
[[Category:USB Serial]] | |||
Revision as of 15:52, 19 July 2023
General Specs
- Model: PL2303 USB 2.0 to COM
- HardwareID: 067b:2303
General Comments
The device is recognized by lsusb like "Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable"
Testing the Device
I just added to the config.sys
DEVICE=C:\os2\boot\USBCOM.SYS /V
Below USBKBD.SYS
If the device is unplugged I get:
[C:\]mode COM1 SYS0021: The drive is not ready.
If I plug the device I get
[C:\]mode COM1 baud = 9600 parity = NONE databits = 8 stopbits = 1 TO = OFF XON = OFF IDSR = OFF ODSR = OFF OCTS = OFF DTR = ON RTS = ON BUFFER = N/A