3
I’m trying to connect printer Bematech MP-4200 TH with Nodejs but I can’t.
var stream = fs.createWriteStream('/dev/ttyACM0', {
encoding: 'utf16le'
});
When I run nothing happens, it’s not printing.
I also tried the command echo "teste impressão MP4200TH" > /dev/ttyACM0
the terminal also does not print.