c - USB serial port garbage when the device resets -


when reset usb device connected via usb serial starts printing garbage.

if close out serial monitor (using arduino's serial console should not matter) , reopen, clean text starts printing. judging rate of transmission, garbage caused device doing normal serial printing -- is, not random garbage.

this homebrew usb serial device problem in there. in fact, can change code in usb serial device, cannot same serial terminal program :-), prefer if solution there.

no, not incorrect baud or parity setting please don't suggest it! :-)

thanks help/ideas!

is printing garbage when nothing being (intentionally) transmitted? if so, there hardware problem. either resets "break" state, or jabbering.

if happens when data written through it, then, when device resets, serial settings default to? is caused speed/data bits/stop bits problem.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -