LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Ubuntu with barcode scanner (https://www.linuxquestions.org/questions/linux-hardware-18/ubuntu-with-barcode-scanner-560025/)

Omino2 06-07-2007 04:18 PM

Ubuntu with barcode scanner
 
I want use barcode scanner IT4710 with serial interface on computer with Linux Ubuntu. Scanner work good under WinXP with alternative input devices enabled. Anybody can explane me, haw i can connect and use this scanner under Linux ?

maroonbaboon 06-08-2007 06:21 AM

For a start you could try plugging it in, scanning, and seeing if anything comes through the serial port.

Just open a terminal window and run

$ tail -f /dev/ttyS0

If no action try 'dmesg | grep serial' to see what other serial devices you might have, and try those instead.

You could also try watching the serial port with a terminal program like kermit or minicom. If you want to do anything useful you will probably have to write an interface or application to capture the data from the port.

See the Serial HOWTO if you want more technical detail.

Omino2 06-08-2007 03:24 PM

Thanks for reply. As i understand, you string for serial port 0 (com1 in windows). I will try check this :)


All times are GMT -5. The time now is 12:12 AM.