raspberry pi 4

charles de barros 0 Reputation points
2024-07-30T09:16:02.75+00:00

gostaria de acessar as gipios e utilizar um conversor usb parar rs485 no raspiberry pi 4 , utlizando windows . existe alguma soluçâo

Windows for business | Windows for IoT
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 36,766 Reputation points MVP Volunteer Moderator
    2024-07-30T19:13:53+00:00

    Hello @charles de barros ,

    Unfortunately, Windows cannot be installed on a Raspberry PI, running Linux on it is by far the most popular operating system on the RPI.

    But do not let that hold you back programming against the GPIO!

    As seen in this blog post you can program in C# / .Net and make use of the GPIO because .Net Core can run on Linux too.

    Note: the example shows how to use Docker on Azure IoT Edge. A regular .Net application running on the OS directly can do the same.

    As an alternative you can use other programming languages like Python. Yes, perhaps there is learning curve but it is always interesting to learn another language.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.