]> sigrok.org Git - libserialport.git/commit
Apply a default baudrate when the OS does not provide one.
authorJerry Jacobs <redacted>
Mon, 14 Jun 2021 16:22:58 +0000 (18:22 +0200)
committerGerhard Sittig <redacted>
Thu, 1 Jul 2021 15:55:13 +0000 (17:55 +0200)
commit1abec205027bcecd7d69c0a37619e513de7c2440
treeca1e9cc32890831ee0a0d69f060320e5ee576d1a
parenta06a765515482976bcbd60526bd638b3d10b14e7
Apply a default baudrate when the OS does not provide one.

Handle the situation when the OS does not provide a baudrate in the code
path which opens the serial port. See bug #1632 and PR #6 for details.

  https://sigrok.org/bugzilla/show_bug.cgi?id=1632
  https://github.com/sigrokproject/libserialport/pull/6

This resolves bug #1632.

[ gsi: adjust comment style, rephrase comment and commit message ]
serialport.c