Daniel Silva
Daniel Silva
Yap, I know that it is an invalid reference, but so is `$ip:@` (I think). Because I don't use PowerShell that much, I forgot that `$variable:` is reserved for scope,...
https://github.com/jcurl/serialportstream I've seen this one, although I must confess that I haven't read everything and see if it fits the needs
Possibly a dumb question but would it be possible to use the serial port if it was a Bluetooth dongle? (USB)
Hi @ssimontis. Thank you for your interest! This project was a little bit in "stand-by" for me but I intend to come back to it really soon! I would say...
With the new version of PowerShell IoT, it's expected that this is already happening. But I'll keep this in mind when testing. I'm currently working on Ubuntu 64bit version, but...
@anmenaga I understand your point, although the idea was not to "prevent" the user from using the module, but to warn/alert him that I2C (or other interface) was not enabled....
Not only that, but it seems that [there are some bindings](https://github.com/dotnet/iot/blob/master/src/devices/Ws28xx/Ws28xx.cs#L29) (which we might or might not end up using) that require the SPI device as a parameter
@matswi we are currently migrating to .NET IoT library. The closest that we will have so far (_I think_) "out of the box" will be the possibility to register an...
as stated on #37 , [this](https://gist.github.com/DanielSSilva/ea2d5ddbaffa1ff5576622ea4543badd) code is causing that very same error, although I can't find a pattern for that (aka, the exception is random)
From my point of view, this topic is affected by 2 factors: * Device capability to run PowerShell * Device has to be supported by dotnet IoT That said, I'll...