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
It would be great if BlueGigaAPI could be instanciated from an existing Serial instance:
class BlueGigaAPI(object):
def __init__(self, port, callbacks=None, baud=115200, timeout=1):
This would give the opportunity to use serial.serial_for_url(), customize features (such as HW flow control with RTS/CTS), perform pre-initialisation communication, etc.
The text was updated successfully, but these errors were encountered:
eblot
changed the title
Ad initialisation for existing serial port
Add initialisation for existing serial port
Oct 21, 2016
It would be great if BlueGigaAPI could be instanciated from an existing Serial instance:
This would give the opportunity to use
serial.serial_for_url()
, customize features (such as HW flow control with RTS/CTS), perform pre-initialisation communication, etc.The text was updated successfully, but these errors were encountered: