X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=serial.pl;fp=serial.pl;h=b84c3a09818052e77cee6516386916c7707af620;hb=f746c4d4756300df3884b4ebfdcfdc0377850b00;hp=2ba83e8872fc9351a9eed00a42a1a47867890e79;hpb=f668ba4121cfeee0269e78bdbb8a418bbf2e7994;p=vaillant-thermostat diff --git a/serial.pl b/serial.pl index 2ba83e8..b84c3a0 100755 --- a/serial.pl +++ b/serial.pl @@ -8,7 +8,8 @@ use LWP::UserAgent; my $read_len = 255; -my $path = shift @ARGV || '/dev/serial/by-path/platform-20980000.usb-usb-0:1.2:1.0-port0'; +# bottom serial on rpi +my $path = shift @ARGV || '/dev/serial/by-path/platform-20980000.usb-usb-0:1.3:1.0-port0'; $|=1;