You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on windows 7 64bit php version 5.4.29 help me next things
on 163 line
$this->_dHandle = @fopen($this->_device, $mode);
i changed
$this->_dHandle = @fopen($this->_winDevice, $mode);
Trying to connect from XAMPP to Arduino on windows I found out that PHP-Serial couldn't open the device.
I solved the problem by following answer #13 at this link
( https://code.google.com/p/php-serial/issues/detail?id=7 ) .
Line 113 on PhpSerial.php was changed to
Wondering if this is a Xampp-only issue.
The text was updated successfully, but these errors were encountered: