Thread RS232 Probleme
(14 answers)
Opened by Oliver at 2015-10-10 18:42
Laut Code kann das Modul das: https://metacpan.org/source/COOK/Device-SerialPort...
Was passiert denn bei: Code (perl): (dl
)
1 2 3 4 5 6 7 if ($rs485_port->can_arbitrary_baud) { print "this port can set arbitrary baud rates\n"; $rs485_port->baudrate(256000); } else { print "Err: Only fixed baudrates can be set!!!\n" } |