genielabs / serialport-lib-dotnet

Serial Port libray for .Net / Mono
https://www.nuget.org/packages/SerialPortLib/
Apache License 2.0
157 stars 65 forks source link

Data read by the 2D scanner before establishing a connection with the 2D scanner #31

Open Hiprox opened 1 month ago

Hiprox commented 1 month ago

Hi, I am using this library to work with a 2D scanner. The problem is that when I don't connect to the COM port, but scan some code with the scanner and then connect to the COM port the scanner is running on, the data it read before connecting comes from it. How can this be fixed? Where to look in the source code?