Skip to content
Permalink
Browse files

fixes

  • Loading branch information...
rkoeppl committed Jun 26, 2016
1 parent f67732c commit 75887374872c5aad6c06bbd798aaea3486ed6eee
Showing with 1 addition and 1 deletion.
  1. +1 −1 modules/printengine.pl
@@ -322,7 +322,7 @@ sub send_commands{
my $port = Device::SerialPort->new($arduinotty);

# 19200, 81N on the USB ftdi driver
$port->baudrate(arduinottybaudrate);
$port->baudrate($arduinottybaudrate);
$port->databits(8);
$port->parity("none");
$port->stopbits(1);

0 comments on commit 7588737

Please sign in to comment.
You can’t perform that action at this time.