We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On raspberry it is possible that the closing and reopen of the com port can crash pimatic or dont open the port.
Somtimes only a
Error: Cannot open /dev/ttUSB0
In this case pimatic kepts running.
But it can also crash with the following error
Assertion failed: (loop->watchers[w->fd] == w), function uv__io_stop, file ../deps/uv/src/unix/core.c, line 864.
This can be an failure in the serialport. serialport/node-serialport#660
https://dl.dropboxusercontent.com/u/72185313/arduin-updater-neues-release-3.jpg
@sweetpi @mwittig
The text was updated successfully, but these errors were encountered:
With wich serialport version did you test?
Sorry, something went wrong.
Homeduino use Serialport 1.4.10 Avrgirl-Arduino use Serialport 2.0.5
I will try to run Homeduino with 2.0.5
No branches or pull requests
On raspberry it is possible that the closing and reopen of the com port can crash pimatic or dont open the port.
Somtimes only a
In this case pimatic kepts running.
But it can also crash with the following error
This can be an failure in the serialport.
serialport/node-serialport#660
https://dl.dropboxusercontent.com/u/72185313/arduin-updater-neues-release-3.jpg
@sweetpi @mwittig
The text was updated successfully, but these errors were encountered: