newer kernels need $ob->rts_active(1);

This commit is contained in:
Mariano Alvira 2009-11-02 10:06:29 -05:00
parent c2d5ae331a
commit d74103afc5

View File

@ -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;