|
Driver for Tysso PRP-085IIIT |
Printer specifications:
- Printer resolutions 203x203 dpi
- Print speed 160mm/sec
- System command based on ESC/POS standard
- Auto cutter
- Built-in beeper
- Cash Drawer support
- Comes with different connect interfaces: Serial, USB and Ethernet cables
Install from sources
$ tar -xvf prp085iiit-1.0.0.tar.bz
$ cd prp085iiit
$ cmake -DCMAKE_BUILD_TYPE=Release .
$ make
$ make install
Install drivers in Ubuntu Linux
Add repository:
Open System->Administration->Software Sources
Click on the tab Other Software, click on the Add button, in the newly opened window enter string:
deb http://www.kaa.org.ua/ubuntu binary/ нажмите кнопку Add sources.
Next open Terminal and enter there: sudo apt-get install prp085iiit
Known problems and their solutions:
- Slow network printing. Printer is not friendly with Linux
- In a network with the printer must be a Windows
- On a Windows computer must run tcppm.exe
- tcppm.exe -i192.168.0.1 9100 192.168.0.100 9100
- In the setting of Cups indicate as the address 192.168.0.1
*Where 192.168.0.1 - address of a Windows computer, 192.168.0.100 - address of the printer
-
Printer don't work
Add printer with Device URI: parallel:/dev/usb/lp0
If the printer periodically hangs, look at dmesg, if there is a line like
usb 5-2: usbfs: interface 0 claimed by usblp while 'usb' sets config #1
usb[2018]: segfault at 0 ip 00007f2e12c14b44 sp 00007fff0dcc6528 error 4 in libc-2.11.1.so[7f2e12b8e000+17a000]
So, there, Linux failed to identify the printer, with the printer itself "hangs", treated it off / inc. printer. What
would this be avoided in the future try not to pull CUPS for adding new
printers, it was then and is an attempt to determine the printer model.
Download
|