TinyCLR and GHI SDK

Hi
I will developing on G120 TH board (waiting for some parts right now)
Im wondering if I can use TinyCLR libraries parallel with GHI sdk?

TinyCLR works with VS2017 but don’t have libraries to use USB host

Is this for home use or commercial as I would not recommend TinyCLR just yet for anything other than home playing around with in-house testing as it is missing a lot of drivers for the likes of the G120. There is no graphics for instance. It is going to be awesome when it is ready but just not yet :slight_smile:

ok thanks
I will better install VS2015 :slight_smile:

Better try VS2013. That’s the fully supported version; VS2015 is not… .NET Micro Framework - GHI Electronics

Both work side but side. You should get familiar with both. NETMF is what works today and TinyCLR is the future.

1 Like

you mean that if i write sth like below it wil not throw any exceptions and just work?

GpioPin testPin = GpioController.GetDefault().OpenPin(G120.GpioPin.P0_12);
Controller.KeyboardConnected += Controller_KeyboardConnected;