Brian Peek
Brian Peek
Happy to merge a PR for these. ;)
I can't say this has ever been tested on OS X so I'm not sure where to begin with troubleshooting. Are you using network communication or something else?
A bit of a far out case, yes. :) Maybe mess around with the WriteBufferSize property on SerialPort?
What's not working with UWP? The WinRT lib should work just fine in a Windows 10 app...I tested recently with USB without issues...motors moved, sounds played, etc. That said, I...
@Templum When you say inclusion, do you mean referencing the library or something else? I tried this over the weekend and referenced the WinRT NuGet package in a blank UWP...
@njsokalski Understood that it's not connection, but the 3 comm layers work in different ways, so what might work in one may be broken in another on Win10. I vetted...
If memory serves, the OutputReady command is designed for this. It will toggle when the motor starts and stops.
I believe it only exists in source, you'd have to pull down the project and build yourself...I haven't had the time to dedicate to keeping this maintained with release packages,...