You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm just about using your library. And it works fine so far, thank you.
However, i do not succeed in setting / clearing the RTS.
I need this to reset a esp8266 board.
but when i do this with your lib, this seems not to do anything :-(
any idea?
python 3.8
aioserial 1.2.3
pyserial 3.4
aio1= aioserial.AioSerial(port='/dev/ttyUSB0', baudrate='115200' )
print("reset rts ")
aio1.rts=False
await asyncio.sleep(0.1)
aio1.rts=True
aio1.is_open -> this one seems to be correct and usable
The text was updated successfully, but these errors were encountered:
Hi,
I'm just about using your library. And it works fine so far, thank you.
However, i do not succeed in setting / clearing the RTS.
I need this to reset a esp8266 board.
the original esptool.py works like this:
but when i do this with your lib, this seems not to do anything :-(
any idea?
python 3.8
aioserial 1.2.3
pyserial 3.4
The text was updated successfully, but these errors were encountered: