From: Bert Vermeulen Date: Mon, 26 Nov 2012 23:50:51 +0000 (+0100) Subject: serial: allow for extra rts and dtr options in conn string X-Git-Tag: dsupstream~526 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=71caaad46bf285681d4921db796b81746324ff29;hp=71caaad46bf285681d4921db796b81746324ff29;p=libsigrok.git serial: allow for extra rts and dtr options in conn string Options in addition to the usual "9600/8n1" syntax start with a slash, and take the form of key=value, where different options are also separated by slashes. For example: "9600/8n1/rts=0/dtr=1" This sets RTS low and DTR high. ---