wjwwood / serial

Cross-platform, Serial Port library written in C++
http://wjwwood.github.com/serial/
MIT License
2.13k stars 1.04k forks source link

Unhandled Exception: string too long | Windows 10, Visual Studio #223

Closed aleparmi closed 4 years ago

aleparmi commented 4 years ago

serial_example.cc drops "Unhandled Exception: string too long" with the following arguments: COM8 9600. The debug seems to stop in the constructor of serial::Serial in serial.h

aleparmi commented 4 years ago

SOLVED: I forgot to debug in "release" mode...