Search found 4 matches

by tusker
Wed Sep 22, 2021 2:13 am
Forum: ESP8266 boards
Topic: Software serial?
Replies: 57
Views: 73715

Re: Software serial?

So @tusker, why didn't you make a pull request to the main micropython repo? I felt the code was a bit messy... it was functional for me and worked quickly, but not really implemented in the way that I wanted. Obviously the work you've done to create the Pull Request tidied up the code and made it ...
by tusker
Wed Jun 16, 2021 3:45 pm
Forum: ESP8266 boards
Topic: Software serial?
Replies: 57
Views: 73715

Re: Software serial?

Hi hcet14, Apologies for not seeing your Issue raised on github! I am interested in maintaining my fork, but have been busy with other projects. Let me look into your issue and see whether I can work out what is happening, might have to find one of the MH-Z19 sensors somewhere to try it. Cheers, Dam...
by tusker
Fri Aug 16, 2019 3:34 am
Forum: ESP8266 boards
Topic: Software serial?
Replies: 57
Views: 73715

Re: Software serial?

Do you know how to turn off an external interrupt setting?I want to write softuart, but I want external interrupt mode to detect the start bit, and turn off the interrupt after data transmission starts, but how to turn off the interrupt? In the softuart.c, you can see the following lines: // disabl...
by tusker
Wed Jul 17, 2019 5:32 am
Forum: ESP8266 boards
Topic: Software serial?
Replies: 57
Views: 73715

Re: Software serial?

Hi MisterVenez, I have been looking at the SoftUART support for Micropython (for integrating with RS485 adapters), and therefore have pulled in the code changes and adapted the patches for the current micropython code base. You can see on https://github.com/dmascord/micropython. I have also pulled i...