System.IO.Ports/Tests/UnitTestsSerialPort
nfbot 61f6bb8b59
Update 3 NuGet dependencies
2022-12-27 17:23:54 +00:00
..
Properties Adding core elements, basic tests 2021-05-17 15:47:37 +02:00
README.md Align default newline with .NET (#84) 2022-05-12 01:32:56 +01:00
SerialTests.cs Fix SerialPort Dispose warning (#99) 2022-08-20 08:49:18 +01:00
UnitTestsSerialPort.nfproj Update 3 NuGet dependencies 2022-12-27 17:23:54 +00:00
nano.runsettings Update 1 NuGet dependencies 2022-10-30 01:25:36 +01:00
packages.config Update 3 NuGet dependencies 2022-12-27 17:23:54 +00:00
packages.lock.json Update 3 NuGet dependencies 2022-12-27 17:23:54 +00:00

README.md

SerialPort Unit Tests

Note: The current unit tests only run on real hardware, and are currently setup for ESP32 devices with COM2 and COM3 available and interconnected. Other devices can be added easily by changing the SetupComPorts in SerialTests.cs.