We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e6a64 commit b7c0bf4Copy full SHA for b7c0bf4
src/PhpSerial.php
@@ -47,7 +47,7 @@ public function PhpSerial()
47
if (substr($sysName, 0, 5) === "Linux") {
48
$this->_os = "linux";
49
50
- if ($this->_exec("stty --version") === 0) {
+ if ($this->_exec("stty") === 0) {
51
register_shutdown_function(array($this, "deviceClose"));
52
} else {
53
trigger_error(
0 commit comments