mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-03-18 07:30:24 +00:00
newer kernels need $ob->rts_active(1);
This commit is contained in:
parent
c2d5ae331a
commit
d74103afc5
@ -46,6 +46,7 @@ $ob->databits(8);
|
||||
$ob->stopbits(1);
|
||||
$ob->handshake("rts");
|
||||
$ob->read_const_time(1000); # 1 second per unfulfilled "read" call
|
||||
$ob->rts_active(1);
|
||||
|
||||
my $s = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user