Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Well sir, even this code has the same outcome as that of Alterno's code. The serial monitor is just empty. Again my python code is still the same. Commented Feb 10, 2018 at 18:25
  • @CR7: Your Python code is buggy: it fails to send a line terminator. You should ser.write(str(data) + "\n"). Commented Feb 10, 2018 at 18:40
  • Thank you sir, it works. Takes less time too. Thanks once again. Commented Feb 10, 2018 at 18:44