]> sigrok.org Git - libsigrok.git/commit
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)
commit71caaad46bf285681d4921db796b81746324ff29
tree5d52f3409fc39f6c0b98868032a69750ecc17325
parent700dcd5caa1d7569469cd7823add6ffd2ed5a2ee
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.
hardware/common/serial.c
libsigrok-internal.h