LattePandaTeam / LattePanda-Development-Support

43 stars 80 forks source link

Q: Any way to use pins directly from C#? #16

Open WrongBit opened 4 years ago

WrongBit commented 4 years ago

Hi! Only after reading a whole hour about library and samples I realized, that it's communication library. My task is way simpler: is it possible for my C# program which runs on Arduino to use pins directly? I have Arduino on Intel Atom CPU + Windows 10. I want to run my C# app in Win10 and blink LEDs. Is it possible?

LattePanda commented 4 years ago

The arduino part is already uploaded standard firmata program. What you need to do is run you C# app and communicate with COM port and ask to output high/low on any pin you used follow the protocol.