Salve a tutti,
ho la necessità di far colloquiare una applicazione in X# nel dialetto VO con un microcontrollore (Arduino / ESP32) tramite una porta RS232.
Dove posso trovare librerie ed esempi che mi aiutino ad iniziare?
Grazie a tutti ... e Buona Pasqua
Attivare una trasmissione bidirezionale RS232 con un microcontrollore
Moderator: wriedmann
- claudiocarletta
- Posts: 101
- Joined: Sat Sep 05, 2020 8:56 am
Attivare una trasmissione bidirezionale RS232 con un microcontrollore
Hello,
Here's a complete sample in C#. You can even leave it that way and add this a a next project within your solution.
https://www.c-sharpcorner.com/UploadFil ... n-C-Sharp/
You'll be able to call the code straight from X#.
Dick
Here's a complete sample in C#. You can even leave it that way and add this a a next project within your solution.
https://www.c-sharpcorner.com/UploadFil ... n-C-Sharp/
You'll be able to call the code straight from X#.
Dick