in reply to Re: use Perl With usblp Parallel Adapter
in thread use Perl With usblp Parallel Adapter

Thank you for the answer. Yes, I'm root on the machine where I run the script. This is the permissions of the special character device /dev/usb/lp0:
crw-rw---- 1 root lp 180, 0 Oct 3 13:14 /dev/usb/lp0
and yes, I can write into the device
pbx:/usr/local/share/router# echo "test" > /dev/usb/lp0 pbx:/usr/local/share/router#
I'm using Debian Lenny. Thank you again.