Open tablatronix opened 5 years ago
wait does deviot use pyserial and not pio device monitor ?
seems to work, but it has to be handled on the isavailable serial.open() call also
self.serial.dtr = False
if is_available(self.port):
self.serial.open()
serial.dtr = False
try:
serial.open()
wait does deviot use pyserial and not pio device monitor ?
Yes it does, it's faster than use PIO
seems to work, but it has to be handled on the isavailable serial.open() call also
So will be fine to have two options in the serial monitor menu to activate drt or rts?
ideally it would be tied to boards and use the boards file setting , but not sure how that would be tied togather or if it would add new limitations.
So keeping as a global option should be fine for now
add support for serial monitor asserted dtr and rts state from boards.txt
I will test platformio.ini
monitor_*
support and see if it works first.