4669Views3Replies
Print data to thermal printer using arduino
how can i print or display data on the thermal paper using thermal printer and arduino? what command should i use bec. the serial.print and serial.write doesn't work, nothing happens.. here is my sample code in arduino.
void setup() {
Serial.begin(9600);
delay(1000);
Serial.print("Hello");
}
void loop() {
}
Comments
8 years ago
Look through the tutorial for some hints http://learn.adafruit.com/mini-thermal-receipt-printer
8 years ago
What kind of thermal printer are you talking about? Some printer have their own language commands and syntax ... check your printer's programming guide.
9 years ago
If you're talking about a specific instructable, this would be better posted as a question on that instructable.
If it's about a project published elsewhere, a link would be appreciated.