-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serial output garbaged #849
Comments
Operating system ? |
Sorry, but I cannot reproduce the problem with bluepill using the latest core and Arduino IDE.
Maybe you should update your local core version. |
Issue appears to be specific to my Windows 7 x64 that uses the following drivers: hhdspmc64.sys and usbser.sys. Does not reproduce with another Win 10 laptop, Linux on Raspberry or Solaris on x64 all using default USB drivers. |
Which IDE do you use? Which serial monitor? |
I'm using Arduino IDE 1.8.13 with internal serial monitor and Putty 0.69, behavior is the same in both cases. |
I've just reproduced the issue on another Windows 7 machine. Tried different drivers (included into distribution and installed by Zadig) but no luck - still encounter data loss on Serial link. Latest core, Arduino 1.8.19 and some random Blue Pill. Issue does not reproduce with Black Pill STM32F401CCU6, but this board uses different USB driver and appears as 'STM Serial (COMxx)' in device manager while Blue Pill appears as 'Maple Serial (COMyy)'. 'Official' Arduino core also makes Blue Pill to appear as 'STM Serial' device and does not cause the observed issue. Looks like the issue is related to Maple driver and the way it supports serial communication... |
Standard example ASCIITable.ino produces garbaged serial output via USB like this:
Example 1
Example 2
Issue reproduces with some old (~5 years) BluePill board (I have 2 such boards and tested with both) with Roger's and HID bootloader or without them. Issue occurs at random places during serial output however they . At the same time core from stm32duino works as expected with this example. I've not tested with other boards since I don't have any.
The text was updated successfully, but these errors were encountered: