Replies: 5 comments 2 replies
-
Not that I can actually answer this, but out of curiosity, what hardware are you running? |
Beta Was this translation helpful? Give feedback.
-
Hopefully this will improve in the next release (1.4.0) where the native library will only be initialised when absolutely necessary. |
Beta Was this translation helpful? Give feedback.
-
I was a bit quick in promising support for this in the next release as this is bigger than just testing when the native library is loaded - I will need to implement native serial support for Windows for this to work with Arduino via serial (note that Arduino via WiFi should work already). |
Beta Was this translation helpful? Give feedback.
-
Thinking more about this, I think I can fairly easily add an implementation that simply uses jSerialComm, just need to do some clever class loading (ideally service loader) to keep the jSerialComm code in a separate JAR file. |
Beta Was this translation helpful? Give feedback.
-
Would definitely like to add support for my Firmata implementation on Windows. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I try to connect a client app on a Win10 machine.
But it fails on startup.
I seems that the libdiozero-system-utils library is missing for this kind of machine.
Is it possible to add this ?
Thx for your contribution
Beta Was this translation helpful? Give feedback.
All reactions