mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-12 10:18:49 +01:00
15 lines
298 B
Markdown
15 lines
298 B
Markdown
STM32duino / wiringPi gpio thermal printer filter for cups
|
|
|
|
Clockworkpi CPI-58 (grayscale)
|
|
|
|
serial:/dev/ttyACM0?baud=115200+bits=8+parity=none+flow=none
|
|
|
|
serial:/tmp/DEVTERM\_PRINTER\_IN?baud=115200+bits=8+parity=none+flow=none
|
|
|
|
## build
|
|
sudo apt -y install libcups2-dev
|
|
make
|
|
sudo make install
|
|
|
|
|