In theory this script *should* run on windows or linux (or pretty much any other platform for that matter) HOWEVER the windows implementation of pyserial seems to be pretty buggy (at least on 64-bit windows) so I can't get it working properly. To run it you need: * pyserial To run the Tweceipt script (which may get moved to a different repo): * serialEscPos * python-twitter - >= 0.7 because that supports search http://code.google.com/p/python-twitter/
mich181189/Python-Esc-Pos-for-Serial
Esc/Pos library for python PySerial. There is a google code project for esc/pos on python but it is for USB. I've bought a cheap receipt printer on ebay so assuming it works, this will be a pyserial-based implementation.
Python