-
-
Notifications
You must be signed in to change notification settings - Fork 7k
IDE hangs when using Serial Monitor #9737
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
Comments
Can you provide some more info? What is the problem exactly? Any error messages? What IDE version? What board do you have selected in the IDE? What board are you using exactly? Do you mean the DFRobot Beetle? |
Yes @matthijskooijman, it's DFRobot Beetle. There is no error in IDE, my version is Arduino 1.8.10. In IDE, I choose Arduino Leonardo board. |
@isfanazha this is still not enough information for us to be able to investigate your issue. Please provide:
|
@per1234, I just follow tutorial from https://www.arduino.cc/en/Tutorial/SoftwareSerialExample and change the RX and TX pin based on DFRobot Beetle wiki. When I send messages using serial monitor, it makes Arduino IDE freeze, I need to disconnect the DFRobot Beetle to solve that freeze.
|
This seems very much like #11122 to me, but this sketch does clear the RX buffer and I'm not able to reproduce #11122 with this sketch running on my Leonardo with the stock 1.8.10 installation (bundled Arduino AVR Boards 1.8.1). @isfanazha please try again with the latest hourly build of the Arduino IDE to see if it has already been fixed and let us know what the results are: |
When I tried
SoftwareSerial
example in Arduino Bettle, it didn't work. I tried to change withSerial1
, it still didn't work.The text was updated successfully, but these errors were encountered: