mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
44_S7: Bugfixes
git-svn-id: https://svn.fhem.de/fhem/trunk@15518 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8b4951fa13
commit
da150071de
@ -485,7 +485,7 @@ sub S5ConnectPLCAS511($$) {
|
|||||||
#eval ("use Device::SerialPort;");
|
#eval ("use Device::SerialPort;");
|
||||||
require Device::SerialPort;
|
require Device::SerialPort;
|
||||||
$self->{serial} = new Device::SerialPort ($portName);
|
$self->{serial} = new Device::SerialPort ($portName);
|
||||||
|
}
|
||||||
|
|
||||||
main::Log3( undef, 3, "Can't open serial port $portName" )
|
main::Log3( undef, 3, "Can't open serial port $portName" )
|
||||||
unless ( $self->{serial} );
|
unless ( $self->{serial} );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user