Is this printer compatible with the propeller?
Private19872
Posts: 61
I found this one day, and after searching through the documentation I couldn't find any information on how to control it besides a 19,200 baud serial connection. From what I've read, there's a library for it on the Arduino. Do any objects for this printer exist on the propeller at the moment? If not, how hard would it be to run with Full Duplex Serial?
https://www.sparkfun.com/products/10438
https://www.sparkfun.com/products/10438
Comments
FullDuplexSerial.spin should work with it.
Seems it will do the oddball European character stuff as well.
BTW, You don't need to worry about the 5V to 3.3V issue. The serial line from the printer is 3.3V not 5V. 3.3V from the Propeller works fine with the printer.
If you need more help with this let me know, I will likely be slow to reply for a few days but I will reply if you have a question.
Let me know if you have any questions.
Any power supply that outputs between 5V and 9V and can supply 1.5A should work. You could use batteries as long as they can povide enough current.