mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
44_S7: Bugfixes
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@15518 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f6b211ca59
commit
c9acce727e
@ -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