How to use GPIO on windows 10 using c# ?

ips
ips New Member Posts: 2

We recently bought a up squared board . We have installed windows 10 LTSC that running perfect on the board.
We have download the sdk from up squared site, but we are not able to understand how to use it with c#. Can you please provide us a working example in c# , and any relative documentation about it .

Thanks in Advance

Answers

  • camillus
    camillus Administrator, Moderator, AAEON Posts: 188 admin

    Hi @ips,

    You can find our repository with sample C# apps here

    You can find here a directory with the apps and how to install and run them.

    You can refer here for UP Squared Pinout.

    Best Regards,

  • ips
    ips New Member Posts: 2

    Dear camillus thanks for your reply.
    The sample code you have send us are for windows universal projects, and unfortunately does not cover our needs because we are using c# in windows forms applications.

    In that way we will must change all our source code from win form apps to universal windows apps , to add the functionallity of Gpio of the UP squared board.

    We are parking system manufucturs and we are planning to change
    the existing computers into our machines with the UP squared boards.
    see link

    https://carparking.gr/en/automatic_parking/payment-terminals

    Do you have any example to send us in c# how to control Gpio in windows forms application ?

  • camillus
    camillus Administrator, Moderator, AAEON Posts: 188 admin

    Hi @ips,

    Kindly find a sample windows forms application here.

    Best regards,