Download Tokopedia App
Tentang TokopediaMitra TokopediaMulai Berjualan PromoTokopedia Care
tokopedia-logo
Kategori
Atur jumlah dan catatan

Stok: 76

Subtotal

Rp366.500

High Speed 58mm Micro Embedded Receipt Thermal Printer for Arduino - 5-9V DC, Tanpa Kertas

Rp366.500

Pilih ukuran: 5-9V DC

Pilih warna: Tanpa Kertas

  • Kondisi: Baru
  • Min. Pemesanan: 1 Buah
  • Etalase: C - Module Aksesoris Arduino
*Include 1 Roll Kertas thermal.
*Unit sudah di tes berfungsi normal sebelum dikirim. No warranty
*Compatible dengan Arduino,AVR,Raspberry,ESP8266,STM32 dan Microcontroller lain dengan Level Serial 5V dan 3,3V
*Koneksi via Serial / Software Serial, library Adafruit_Thermal_printer
*Tersedia 2 pilihan supply, 5-9V DC dan 12V DC (pilih di varian)
*Rekomendasi adaptor power Supply 2Ampere atau lebih agar cetakan jelas/tebal.

*Power supply melalui port 3P kabel merah-hitam
*Koneksi data Serial memalui socket 5pin :

Hitam : Not Conected (jangan disambung ke 5V)
Biru(Tx) : ke Rx Arduino
Hijau(Rx) : ke Tx Arduino
Kuning(DTR) : Disambung ke Pin Arduino yg di define sebagai reset printer
Merah(GND) : ke GND Arduino


Specifications:
Printing method: Thermal
Resolution: 8 dots / mm , 384 dots / line
Effective print width: 48mm
Character set: ASCII, GB2312-80 ( Chinese )
Paper type: Thermal paper
Paper width: 57-58mm
Roll diameter: 30mm ( max )
Interface: Serial ( RS-232, TTL ), USB
Power supply ( Adapter ): DC 5-9V /12V
Current : 2A

Contoh Coding Arduino :

#include
SoftwareSerial Thermal(2, 3);
int zero=0;
int heatTime = 80;
int heatInterval = 255;
char printDensity = 15;
char printBreakTime = 15;
void setup()
{
Serial.begin(9600);
Thermal.begin(9600);
initPrinter();
}
void initPrinter()
{
Thermal.write(27);
Thermal.write(55);
Thermal.write(7);
Thermal.write(heatTime);
Thermal.write(heatInterval);
Thermal.write(18);
Thermal.write(35);
int printSetting = (printDensity<<4) | printBreakTime;
Thermal.write(printSetting);
Serial.println();
Serial.println("Printer ready");
}
void loop() {
Thermal.write(27);
Thermal.write(45);
Thermal.write(1);
Thermal.println("Underline - thin");
Thermal.println("01234567890123456789012345678901");
Thermal.write(10);
Thermal.write(27);
Thermal.write(45);
Thermal.write(2);
Thermal.println("Underline - thick");
Thermal.println("01234567890123456789012345678901");
Thermal.write(10);
}

Ada masalah dengan produk ini?

ULASAN PEMBELI

4.9/ 5.0

99% pembeli merasa puas

131 rating • 52 ulasan

5(122)93.13%
4(8)6.11%
3(1)0.76%
2(0)0%
1(0)0%