-
Notifications
You must be signed in to change notification settings - Fork 33
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
Will it run on default raspberry pi? #52
Comments
I haven't tested it on a raspberry pi os with .net core, but it should work. The .net core 5.0 target of ZWave4Net uses the System.IO.Ports package for serial communication. |
I can confirm that it works under raspbian with all latest patches running in a. Net 5.0 application quite nicely... |
Works on Core 3.1 at least. Some issues, but maybe not related to raspbian :) Thanks! |
I can confirm that it works on a Raspberry Pi (Debian) with .NET 5 with an Aeotec Z-Stick Gen5 I've added it to the project like so: |
Hi :) Before attempting this... will it work on the default raspberry pi os with .net core installed?
I am slightly in doubt as Raspberry PI IoT Windows 10 was mentioned specifically.
The text was updated successfully, but these errors were encountered: