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
Created a PHP script to read data froma serial port and store it in a MySql Database. This allows me to store gauge data as it is captured every 'n' minutes.
When I run the script via the ocmmand line, it runs just fine.
I set up a cron job to run it and I get the following error every time:
No stty availible, unable to run.
Checked DMESG and the TTY is there.. go back and run it via the command line and it runs.
The text was updated successfully, but these errors were encountered:
Created a PHP script to read data froma serial port and store it in a MySql Database. This allows me to store gauge data as it is captured every 'n' minutes.
When I run the script via the ocmmand line, it runs just fine.
I set up a cron job to run it and I get the following error every time:
No stty availible, unable to run.
Checked DMESG and the TTY is there.. go back and run it via the command line and it runs.
The text was updated successfully, but these errors were encountered: