Hi, > From: "NalyFan" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Help on Towitoko USB terminal > Date: Sat, 1 Jun 2002 00:11:51 +0800 > > Hello List, > > Has anyone ever succeeded in getting Towitoko USB > terminal working on a > Linux? I have a ChipDrive micro 130 USB, and downloaded > its driver, > towitoko-2.0.6.tar.gz, from > http://www.geocities.com/cprados/, configured > as --enable-usb. > After make install, I run the tester, and tried to > initialize the > terminal, but it failed with "Error on port allocation: > -10" no matter what > port number I gave, 1, 2, 3, 4, 32769, 32770, ...:( My > Linux is Red Hat 7.2, > kernel 2.4.18 and the pl2303 serial convertor driver is > compiled in. I am > wondering is there anyone has ever got it work? And how? > Thanks a lot.
You should use por number 0x8000 hex = 32768 for /dev/ttyUSB0 (first USB serial device), as stated in the documentation. Of course, first of all the /dev/ttyUSB* devices must be created and operative for the reader to work. See your syslog while pluging the USB reader to see wich ttyUSB* device your OS assigns to the reader. If you don't like to type, you can allways create a symlink from /dev/ttyS4 to your /dev/ttyUSB* device, and you'll see it as COM5. Hope it helps, Carlos. > > > LH > > > *************************************************************** > Unix Smart Card Developers - M.U.S.C.L.E. > (Movement for the Use of Smart Cards in a Linux > Environment) > http://www.linuxnet.com/ > To unsubscribe send an email to [EMAIL PROTECTED] > with > unsubscribe sclinux > *************************************************************** __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com *************************************************************** Unix Smart Card Developers - M.U.S.C.L.E. (Movement for the Use of Smart Cards in a Linux Environment) http://www.linuxnet.com/ To unsubscribe send an email to [EMAIL PROTECTED] with unsubscribe sclinux ***************************************************************
