| Author |
Message |
|
|
Post subject: re: How to configure QNX4 for USB printer HP LaserJet 1022n
Posted: Jan 27, 2008 - 03:54 AM
|
|
New Member
Joined: May 03, 2006
Posts: 5
|
|
hi all!
Does anyone know how to configure/install in QNX4 for a printer with USB comm port?
The particular model is HP LaserJet 1022n.
The usual documentation in the forum was using a printer with a Parallel port, which is already obsolete.
thanks. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jan 28, 2008 - 10:36 AM
|
|
Active Member
Joined: Dec 15, 2004
Posts: 33
|
|
Its quite easy:
io-usb &
devu-prn &
and now you should have a new device /dev/usbpar0 . Just handle it like printing on /dev/par.
Some USB-Controllers do not work with QNX. Some devices also dont. But all HP printers I used worked. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jan 31, 2008 - 12:26 AM
|
|
New Member
Joined: May 03, 2006
Posts: 5
|
|
|
thue wrote:
Its quite easy:
io-usb &
devu-prn &
and now you should have a new device /dev/usbpar0 . Just handle it like printing on /dev/par.
Some USB-Controllers do not work with QNX. Some devices also dont. But all HP printers I used worked.
thanks thue!
Unfortunately, i dont have the io-usb and devu-prn executables for QNX4.
Would you be kind enough to send or post it?
Can you also post your printcap, lpsrvr, and other related files needed for USB printer? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jan 31, 2008 - 02:00 AM
|
|
QNX Master
Joined: Sep 01, 2002
Posts: 2667
|
|
It's an extra package available on QNX web site.
As for lpsrvr instead of using /dev/par1 you use /dev/prn ( i think ) |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jan 31, 2008 - 09:16 AM
|
|
Active Member
Joined: Dec 15, 2004
Posts: 33
|
|
|
nlferrer wrote:
Unfortunately, i dont have the io-usb and devu-prn executables for QNX4.
Would you be kind enough to send or post it?
Can you also post your printcap, lpsrvr, and other related files needed for USB printer?
As Mario wrote, you can get the USB Package at qnx.com. Just sign up and you will find them under "QNX RTOS v4 Downloads"
All other files you need are part of the QNX software. You should already have them. Maybe you can find newer in the same section, where you also find the usb stuff. |
|
|
| |
|
|
|
 |
|
|