NullModemEmulator
NullModemEmulator copied to clipboard
com0com virtual serial port wrapper for C#
Results
2
NullModemEmulator issues
Sort by
recently updated
recently updated
newest added
error message: System.IO.DirectoryNotFoundException:“Attempted to access a path that is not on the disk.” initiate: NullModemEmulatorManager manager = new(); program context :NET6 windows:windows10
# problem When I run as first method after initializaion, it does not work, because Pairs property is empty. ``` NullModemEmulatorManager manager = new(); var ret = await manager.RemoveAllAsync(); //returns...