Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 416 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 416 Bytes

WinUI3-Arduino-Serial-Read

Interaction with Arduino via Serial port using WinUI3 (c#, .net 6.0) lists the available serial ports read and parse command from serial port write to serial port

it uses Systems.IO.Ports

includes sample Arduino code for interation CommandLine.H in arduino file i downloaded from https://create.arduino.cc/projecthub/mikefarr/simple-command-line-interface-4f0a3f Thanks to the creator