[Bug 213401] [patch] comms/py-serial: support for custom baud rates, define LICENSE while we're here

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 12 03:53:12 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213401

            Bug ID: 213401
           Summary: [patch] comms/py-serial: support for custom baud
                    rates, define LICENSE while we're here
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sbz at FreeBSD.org
          Reporter: bsdports at kyle-evans.net
          Keywords: patch
             Flags: maintainer-feedback?(sbz at FreeBSD.org)
          Assignee: sbz at FreeBSD.org

Created attachment 175645
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175645&action=edit
svn(1) diff of comms/py-serial

Hi,

Support for arbitrary baudrates in the BSD family has landed upstream [1], and
should appear in the next release of pyserial. I've backported the patch to do
this from the latest version to the version we have in ports -- please consider
adding it to the current version.

I have indeed tested this patch with my 3D printer @ 250k baud and I've
experienced no problems. Any application that worked without this patch should
still work, perhaps even better because it no longer errors out if a baudrate
without a B'{}' definition in termios is used.

Once the version of upstream currently in progress gets released, perhaps it
will be a good idea to update this port completely then? The version in the
tree was released in 2013, and the latest version comes with a fair number of
improvements (bugfixes and this patch, namely).

[1] 
https://github.com/pyserial/pyserial/commit/21a306b77630116b052d53fc7a4deddaccec4d40

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list