Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
6747 Visualizzazioni

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!

Avatar
Abbandona
Risposta migliore

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.

Avatar
Abbandona
Autore

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!

Post correlati Risposte Visualizzazioni Attività
0
gen 24
1629
2
dic 15
5112
0
gen 16
4044
4
mag 25
22413
0
dic 24
9474