COMPort_SetOpen RaspberryPi

Hallo,

gibt es diesen Befehl COMPort_SetOpen(59649 /[1-Wire]/, false) nicht mehr bzw. wie kann ich den seriellen Port öffnen bzw. schliessen.

Gruß
Ralf

Nimm den hier:
http://www.ip-symcon.de/service/dokumentation/befehlsreferenz/instanzenverwaltung/konfiguration/ips-setproperty/
Michael

Bei mir siehts so aus

IPS_SetName($newComPortID,„Testsocat“);
IPS_SetProperty($newComPortID, „BaudRate“, „19200“);
IPS_SetProperty($newComPortID, „Port“, „/dev/ttyAMA0“);
IPS_SetProperty($newComPortID, „DataBits“, „8“);
IPS_SetProperty($newComPortID, „Open“, true );
IPS_ApplyChanges($newComPortID);