Page 1 of 1

RevolutionPiConnect with Label-Scanner LS3408FZ

Posted: 01 Apr 2019, 16:03
by n.maier
Label-Scanner LS3408FZ should be connected with RevolutionPIConnect. Scanner-Interface is a USB-Connection.
Is it possible to connect the device direct to the integrated USB Interface from Revolution PI Connect?
Which /dev/tty??? should be used and how could it be enabled?
Application should be implemented with Python-Programm and Library Import serial.

Re: RevolutionPiConnect with Label-Scanner LS3408FZ

Posted: 12 Aug 2019, 14:34
by zhan
HI n.maier,

Sorry for the late reply.
Is your problem solved?
Yes, the Connect, as a Linux based device, absolute can be used in your scenario.
I have never used a usb-to-serial scanner before, but I would try to give you some advices to employ it.
After the device has been plugged in the usb port, command lsusb can be used to check whether it is recongnized by linux.
I think you can compare the outputs of lsusb with the device plugged in or not .
If it is reconized, then check the new item in /dev/, again by comparing the outputs of with the device plugged in or not(ls -l /dev).
Probably it would be /dev/ttyUSBx, if it is not, I think maybe you need to get a driver from manufactor of the scanner.

Regards,
Simon

Re: RevolutionPiConnect with Label-Scanner LS3408FZ

Posted: 15 Aug 2019, 16:00
by zhan
Hopefully you can get some useful information from this website: http://www.sane-project.org/