usb to parallel port converter

Linux specific questions.
Post Reply
Turd
Posts: 175
Joined: Aug 31, 2007 23:34
Location: Saskatchewan, Canada

usb to parallel port converter

Post by Turd »

I just bought a usb to parallel port converter. How do I use it with FB?
In /dev it makes "usblp0" and in /dev/usb it makes "lp0".
I can't just use:

Code: Select all

dim as ubyte a_number
a_number = 255
out 888, a_number
When I try using "open pipe" it says "cat: /dev/usblp0: Device or resource busy"

Using Ubuntu 8.10
Post Reply