Hi,
Sorry for the simple question, but I can’t find the answer anywhere…
I am trying to use the class: HttpWebRequest
on a CerbuinoNet using METMF 4.3.
I can’t seem to find the correct assembly for this…
Is it in : GHIElectronics.NETMF.Net? If so, I can’t find that for 4.3, I’ve only found the 4.1 version
Thanks
Guy
Hi Gus,
when you say “netmf libs”
what exactly do you mean?
Do you mean something i sound find in “C:\Program Files (x86)\GHI Electronics\NETMF v4.3 SDK”?
Or are they Microsoft librabries?
Thanks
no i’m not using cerbuinoNet (but you could create from STM32F4 Discovery Source - firmware for this - since it have STM32F405 MCU … i belive)
but you need to take care about SD / ETHERNET …
if you have schematic and to loose benefit from GHI SDK …
i’m using Nucleo F411 / Electron 1.0 / BrainPAD 2.0 with my own .NET MF 4.4
(and GHI Library do not work on newer since it was compiled on older version 4.3.x for what them was supported)
but still use FEZ Spider II with .NETMF 4.3 because of GHI SDK …
but as finally word i can say why you do not switch on new TinyCLR OS
as an elegant development support …
FEZ CERBUINO i belive there TINY CLR 1.0 - CERB (STM32F405)- open source code available
FEZ PANDA i don’t know about …
but if you do use TinyCLR 1.0 you loose .NET Microframework (or you should make your own firmware for .NET Microframework)
so i want to make you some clarification …
.NET Microframework have some old features so you need to find an replacement for them
1.) do not suppport new IDE (but with some hack you can use VS2017 at least stable and VS2019 no stable)
2.) lack of TLS 1.2/TLS1.3 (now this is requirment to connect for IOT)
3.) if none above (1 and 2) so then you can still use old .NET Microframework with VS2015 (VS2013) and GHI SDK …