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 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,562 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,376 questions
Windows for IoT
Windows for IoT
A family of Microsoft operating systems designed for use in Internet of Things (IoT) devices.
396 questions
Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,039 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,581 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 32,556 Reputation points MVP
    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.