]> sigrok.org Git - libsigrok.git/commitdiff
serial: allow for extra rts and dtr options in conn string
authorBert Vermeulen <redacted>
Mon, 26 Nov 2012 23:50:51 +0000 (00:50 +0100)
committerBert Vermeulen <redacted>
Mon, 26 Nov 2012 23:55:08 +0000 (00:55 +0100)
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.


No differences found