PHP serial monitör izleme

com5 te takılı arduinodan dataları okuyamıyorum kod aşağıda<?php include “php_serial.class.php”;
$serial = new phpSerial();
$serial->deviceSet(“com5”); $serial->confBaudRate(9600); $serial->confParity(“none”); $serial->confCharacterLength(8); $serial->confStopBits(1); $serial->confFlowControl(“none”); $serial->deviceOpen(); $read = $serial->readPort(); echo “$read”;
?>