Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
6775 Widoki

I'm planning on writing a module to be used for directly printing the labels on SMD-reels, parts, boxes and etc. in our warehouse.

I've acquired few SATO CL412e industrial thermal printers with serial port. I'm familiar with printer programming languages (SBPL in this case), but I'm not sure how to access RS-232 port on client computer through OpenERP.

(Accessing RS232 on server computer would be easier, but our server is located far away from our warehouse)

Is there an easy way to access client computer serial port with OpenERP?

(I understand that the one option would be to write separate program for client computers that handle the serial port communication to thermal printer and XMLRPC to access OpenERP... but I'd like to integrate the thermal printing function to OpenERP if it's possible.)

Thanks for any advice!

Awatar
Odrzuć
Najlepsza odpowiedź

It would be easier to set the printer up as a printer on your operating system then use CUPS to print to the printer.

You can use the python subprocess function to access CUPS or whatever daemon handles RS-232 communication on your machine.

subprocess allows you to send commands as if you were typing on the CLI.

Awatar
Odrzuć
Autor

That's an excellent idea, I never thought about CUPS. I think I'll change the printer interface cards from RS232 to Ethernet. I'll setup the printer on server-computer CUPS as RAW-printer. That way I can access the printers from which ever computer since our network is in the subnet between all our locations.

Thanks for the Advice!

Powiązane posty Odpowiedzi Widoki Czynność
0
sty 24
1644
2
gru 15
5127
0
sty 16
4051
4
maj 25
22468
0
gru 24
9498