The problem is that printer communications (especially over serial) have lacked a standardized protocol. Once printers started using network communications- they also started to create a universal protocol (see my IPP module https://github.com/williamwicks/ipp).
You will most likely need to find a serial/usb communication module you like- then look up the communication specs for each printer you want to use- and write something specific for each. You might have a really hard time finding the specs though. Best of luck! -William Wicks On Thursday, September 26, 2013 4:22:35 AM UTC-7, [email protected] wrote: > > Hello, > > i was searching for a module for Printers and specially raw printing to > thermal printers 'Zebra' by did not found a stable good one so any one can > help. also it will be much more btter if the module do the POS jobs like > serial com and barcode printing. thanks > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
