Skip to content
New issue

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

SerialWrite block #21

Open
triccyx opened this issue Apr 23, 2020 · 3 comments
Open

SerialWrite block #21

triccyx opened this issue Apr 23, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@triccyx
Copy link
Member

triccyx commented Apr 23, 2020

At the moment the SerialWrite block is working only on Linux.
We want the block works also on Windows.

@triccyx triccyx added the bug Something isn't working label Apr 23, 2020
@triccyx triccyx self-assigned this Apr 23, 2020
@Nicogene
Copy link
Member

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

@triccyx
Copy link
Member Author

triccyx commented Apr 30, 2020

For windows I am adding an external library

@triccyx
Copy link
Member Author

triccyx commented Apr 30, 2020

check latest commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants