At this point I have tested:
- Belkin USB to Serial (F5U116 id 050d:0103)
- Belkin USB to Serial Adater (F5U109 id: 050d:0109)
and
- BENFEI USB to Serial Adapter, USB to RS-232 Male (9-pin) DB9 Serial Cable, Prolific Chipset, PL2303 chip
The BENFEI is a PL2303 chip and works with USBCOM.SYS. It was $10 on Amazon. The Belkins work with the updated USBSER.SYS driver.
I have tested them all and they work with my IBM 6094-20 LPFK. None of them work with the ACECAD tablet.
The QuaTech 8 port serial card I purchased and tested is actually branded by HP. It is listed as
HP Quatech RoHS 8-port RS-232 Serial 830-3105-00F-G PCI Card with Low Profile Bracket 9052-07092
at
https://www.ebay.com/itm/332629812377. I am not sure which QuaTech model it is, but I have supplied the model
ESCLP-100 to the driver in CONFIG.SYS and it works. The driver wants to know which card it is driving and you supply that by a parameter in CONFIG.SYS. My line reads
DEVICE=c:\os2\boot\qcom.sys (ESCLP-100,2) /L
The ,2 means start at com port 2.
If I am also using one of the USB to serial devices I specify them to start at COM10. For example
DEVICE=C:\OS2\BOOT\USBSER.SYS /V /M:2 /N:COM10 /DCD
Which means with this configuration I am currently running with 11 com ports: COM1 on the motherboard, COM2-COM9 on the QuaTech board, COM10-COM11 on a Belkin USB to Serial adapter.
The QuaTech works with the LPFK; it does not work with the ACEDCAD tablet.
The document for the QuaTech driver says it works with all Quatech PCI, ISA, Micro Channel and PCMCIA adapters, and will work with chipsets built into motherboards. The driver(s) consist of a QCOM.SYS intended to replace IBM's COM.SYS and VQCOM.SYS intended to replace IBMs VCOM.SYS. The specific models mentioned in the doc are: DSC-100, DSC-200/300, QSC-100, QSC-200/300, ESC-100D, ESC-100M, SSCLP-100, SSCLP-200/300, DSCLP-100, DSCLP-200/300, QSCLP-100 and QSCLP-200/300
The AceCad tablet does work, but only when connected to the com port on the motherboard. My guess is that is because the driver wants a specific interrupt and address for COM1 or COM2 The ACECAD.SYS driver I have loaded is dated 1-07-98 size 4,227. I believe I got that off of a floppy that came with the tablet.
I ultimately have 5 serial devices I need to connect and right now it looks like I can connect all 5: 1) IBM 6094-10 Dials, 2) IBM 6094-20 LPFK, 3) ACECad tablet, 4) fax modem, and 5) JV Digital Engineering XTB-232, which is a RS232 to X10 (CM11A protocol) adapter for X10 home automation.