summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fix stopbits typoShaoyu2018-12-281-1/+1
| * | | add bytesize and stopbits argument to parserShaoyu2018-12-211-0/+16
|/ / /
* | | Merge pull request #342 from mghicho/buffer_size_fixedzsquareplusc2018-07-021-1/+1
|\ \ \
| * | | Fixed the docstring for the set_buffer_size function. It should be called aft...Mohammad Ghasemiahmadi2018-05-151-1/+1
| | |/ | |/|
* | | Merge pull request #358 from jdpatt/documenation-fixzsquareplusc2018-06-221-1/+1
|\ \ \
| * | | Properly escape backslash.David Patterson2018-06-201-1/+1
|/ / /
* | | Merge pull request #356 from jdpatt/masterzsquareplusc2018-06-192-4/+20
|\ \ \
| * | | Documented read_until and updated parameter name to reflect functionality bey...David Patterson2018-06-162-4/+20
|/ / /
* | | Merge pull request #354 from vlovich/patch-3zsquareplusc2018-06-151-0/+3
|\ \ \ | |/ / |/| |
| * | Make ListPortInfo hashableVitali Lovich2018-06-131-0/+3
|/ /
* | docs: add notes for readline, readlines, writelines, IOBaseChris Liechti2018-05-082-2/+18
* | fix: compare only of the same type in list_ports_common.ListPortInfoChris Liechti2018-05-081-1/+5
* | Merge pull request #290 from jabdoa2/low_latency_modezsquareplusc2018-05-081-0/+21
|\ \
| * | option for low latency mode on linuxJan Kantert2018-05-071-0/+21
* | | Merge pull request #335 from dhoomakethu/masterzsquareplusc2018-05-071-0/+1
|\ \ \
| * \ \ Merge pull request #1 from dhoomakethu/dhoomakethu-xr-usb-serialdhoomakethu2018-04-181-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | Add support exar usb-serial ports dhoomakethu2018-04-181-0/+1
| |/ /
* | | Merge pull request #333 from cweeks12/patch-1zsquareplusc2018-05-071-2/+2
|\ \ \
| * | | Fixed 'uppon' typosConnor Weeks2018-04-061-2/+2
| |/ /
* | | Merge pull request #327 from silbe/326-miniterm.py-exclusive-accesszsquareplusc2018-05-071-0/+10
|\ \ \
| * \ \ Merge branch 'master' into 326-miniterm.py-exclusive-accesszsquareplusc2018-05-0726-66/+122
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #324 from carlosperate/fix_miniterm_menu_exitzsquareplusc2018-05-071-2/+2
|\ \ \ \
| * | | | Fix miniterm constructor exit_character and menu_characterCarlos2018-03-161-2/+2
| | |/ / | |/| |
* | | | Merge pull request #320 from pletnes/patch-1zsquareplusc2018-05-071-1/+1
|\ \ \ \
| * | | | Update pyserial.rstPaul Anton Letnes2018-03-081-1/+1
| |/ / /
* | | | Merge pull request #315 from kurtmckee/use-absolute-importszsquareplusc2018-05-0724-0/+49
|\ \ \ \
| * | | | Use absolute import everywhereKurt McKee2018-02-0724-0/+49
| |/ / /
* | | | Merge pull request #305 from Mispel/masterzsquareplusc2018-05-071-1/+6
|\ \ \ \
| * | | | return b'' when connection closes on rfc2217 connectionMANU2018-01-161-1/+6
| |/ / /
* | | | win32: do not check for links in serial.tools.list_portsChris Liechti2018-05-072-4/+6
* | | | style: quotesChris Liechti2018-05-071-53/+53
* | | | fix: remove default parameter now that os.path.basename is calledChris Liechti2018-05-071-1/+1
* | | | Merge pull request #296 from Renha/patch-1zsquareplusc2018-05-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Typo fixedArtem Grunichev2017-12-131-1/+1
|/ / /
| * | miniterm.py: use exclusive access for native serial ports by defaultSascha Silbe2018-03-191-0/+10
|/ /
* | Merge pull request #263 from BrendanSimon/list_port_namezsquareplusc2017-08-282-2/+2
|\ \
| * | list_ports: set default `name` attributeBrendan Simon2017-08-202-2/+2
* | | miniterm: use !r format instead of repr()Chris Liechti2017-08-271-4/+4
* | | examples: port_publisher python 3 fixesChris Liechti2017-08-251-3/+7
* | | posix: fix PosixPollSerial with timeout=None and add cancel supportChris Liechti2017-08-241-3/+10
|/ /
* | Merge pull request #261 from madphysicist/patch-1zsquareplusc2017-08-161-0/+1
|\ \
| * | Added reference to main page.Joseph Fox-Rabinovitz2017-08-151-0/+1
|/ /
* | Merge pull request #259 from shaunwbell/patch-2zsquareplusc2017-08-031-0/+15
|\ \
| * | Update pyserial.rstshaunwbell2017-08-031-0/+15
|/ /
* | Merge pull request #257 from shaunwbell/patch-1zsquareplusc2017-08-021-0/+8
|\ \
| * | Update README.rstshaunwbell2017-08-021-0/+8
|/ /
* | chore: release 3.4v3.4Chris Liechti2017-07-223-5/+5
* | docs: update CHANGES.rstChris Liechti2017-07-211-0/+24
* | docs: changed __enter__ to open automaticallyChris Liechti2017-07-201-5/+10
* | miniterm: workaround for non ASCII port descriptionsChris Liechti2017-07-191-1/+1