GHI Electronics NETMF library for .NET Micro Framework provides extensions to the available Micro Framework assemblies. These extensions are specific to GHI Electronics related products.
This library provides the user with greater ability to have more innovative and flexible products. The additional featrures include but not limited to:
  • USB Host Driver: This is where you can connect USB devices to your platform and use them on low and high level.
    To get started see GHIElectronics.NETMF.USBHost.USBHostController. Some of the supported devices are:
    • USB Mass Storage.
    • USB HID Devices: Mouse, Keyboard, Joystick, etc.
    • Printers.
    • Serial Devices.
    • and many more...
  • Hardware Extensions: Provides more hardware capabilities. For example:
    • Register access.
    • PWM.
    • SD Card Driver: To get started see GHIElectronics.NETMF.IO.PersistentStorage.
  • and many more...

Namespaces

NamespaceDescription
GHIElectronics.NETMF.Hardware
Provides access to some of the available hardware features.
GHIElectronics.NETMF.Hardware.LowLevel
Advanced hardware features access.
GHIElectronics.NETMF.IO
Provides access to some of the available I/O services.
GHIElectronics.NETMF.Net
Provides access to network functionalities.
GHIElectronics.NETMF.SQLite
Database access using SQLite.
GHIElectronics.NETMF.System
Provides access to some system features.
GHIElectronics.NETMF.USBHost
USB Host access.