GPIO Windows 10 C# .NET

Denis
Denis New Member Posts: 4
Hi,
can someone tell me please how can i use GPIO on up board with C#? I'm programming a win form application on Windows 10 (not IoT).
In this forum i found this SDK: https://up-community.org/downloads/microsoft-windows/microsoft-windows-ms-windows-dio-sdk
but it wrote in C++

Thanks in advance!

Comments

  • Denis
    Denis New Member Posts: 4
    If i try to run the Dio SDK it cannot open AaeonIo library so it returns false:
    m_hDio = aaeonioOpen();
    if(m_hDio == NULL)
    {
    	AfxMessageBox( _T("It Cannot Open Library!!"), MB_ICONSTOP );
    	return FALSE;
    }
    

    Someone know what is the problem?
    Thanks!
  • Johann CHAUVIAUX
    Johann CHAUVIAUX New Member Posts: 10
    Updating the bios should fix the problem.

    Johann
Privacy Policy