bryan costanich
bryan costanich
I'm running the `Device.Net.LibUsbSample` console app on a mac, and the initial enumeration seems to find my USB device: ```bash Currently connected devices: usbdev20.30 Console sample. This sample demonstrates either...
Hi, i'm trying to use this on mac, i have the following sample app: ```csharp using System; using System.Collections.Generic; using Device.Net; using Device.Net.LibUsb; namespace Device.Net_Test { class Program { private...
Hey folks, apologies in advance if I'm totally messing up the usage of this, but I'm trying out the **gerber-to-svg** stuff to turn a gerber from EasyEDA into something that...
i think that this: ``` csharp public string Name { get { return name; } set { name = value; } } protected string name; ``` is better than this:...
If you don't have a micro device, such as a netduino plugged into Xamarin Studio and click the device drop down in the Xamarin Studio build bar, Xamarin Studio throws...
Due to Apple Script
I think it would be helpful if the morse code trainer showed the expected morse code for a given letter first. right now, unless you already know morse code, you'd...
the rotation on the graphics on the morse code trainer is upside down.
I went to go run the WiFi sample, but was getting an `unauthorized/401` error, and realized that i needed to go setup an account. i think that it would be...
If you set the stroke and draw a line at an angle, instead of it showing up as a rectangle, it shows up as a trapezoid. Consider the following code:...