Working on a website that will accept online orders and one thing I'll want to do is have it print to a thermal printer in the kitchen. I'll have it connected to a Raspberry Pi and it will just poll the site through an authenticated link and anytime there is something to print it will print it. Probably just write the app in C++.
What I wonder is, is there anything specific I should know or look for when buying a printer? If I make sure it has EOS/POS am I pretty much guaranteed it will work, like is it standard the way these show up to the OS? I'm assuming I get a /dev/ entry that I send the commands straight to?
Never worked with these before so just looking for any info that may be useful before I buy one. They arn't cheap. Probably going to stick with Epson or Zebra as they seem to be the big names for these and probably more likely to have good support.
They currently use Chownow and have a blutooth one but no idea how you'd interface with that without a mobile device and I know nothing about mobile development so want to keep this more "pc compatible". Though a RPI is Arm... guess that should not matter too much though as the OS will handle mostly everything and the environment is basically the same.
What I wonder is, is there anything specific I should know or look for when buying a printer? If I make sure it has EOS/POS am I pretty much guaranteed it will work, like is it standard the way these show up to the OS? I'm assuming I get a /dev/ entry that I send the commands straight to?
Never worked with these before so just looking for any info that may be useful before I buy one. They arn't cheap. Probably going to stick with Epson or Zebra as they seem to be the big names for these and probably more likely to have good support.
They currently use Chownow and have a blutooth one but no idea how you'd interface with that without a mobile device and I know nothing about mobile development so want to keep this more "pc compatible". Though a RPI is Arm... guess that should not matter too much though as the OS will handle mostly everything and the environment is basically the same.