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
At the moment the SerialWrite block is working only on Linux. We want the block works also on Windows.
The text was updated successfully, but these errors were encountered:
After #28 it should work also on macOs.
On windows is a little bit more tricky, since it is used posix functions, we may create a windows version of the action.
For now it is disabled via #if not defined WIN32 #endif guard
#if not defined WIN32 #endif
Sorry, something went wrong.
For windows I am adding an external library
check latest commit
triccyx
No branches or pull requests
At the moment the SerialWrite block is working only on Linux.
We want the block works also on Windows.
The text was updated successfully, but these errors were encountered: