Thread RS232 Probleme (14 answers)
Opened by Oliver at 2015-10-10 18:42

GwenDragon
 2015-11-27 09:51
#183064 #183064
User since
2005-01-17
14748 Artikel
Admin1
[Homepage]
user image
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"
}

View full thread RS232 Probleme