aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-11Snap for 8712302 from 4745695a5f4f0e5c787b748f18ccd165914ede75 to ↵t_frc_con_330443020android13-frc-conscrypt-releaseAndroid Build Coastguard Worker
tm-frc-conscrypt-release Change-Id: Iaef7018b088c2a7d81f1c93ddf87960c733a18c3
2022-06-08Add build files for pyserialandroid13-devJulien Desprez
Test: presubmit Bug: 234458076 Change-Id: I729e28408f7f0eff6b60affd45d10f6616c56e9b
2022-04-13Merge remote-tracking branch 'aosp/upstream-master' into pyserial am: ↵frankfeng
348b762da3 am: cca8c1983c am: ae372032e5 Original change: https://android-review.googlesource.com/c/platform/external/python/pyserial/+/2062572 Change-Id: I90be03890f44786f61e7c707a2f61ea6d4092de5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-13Merge remote-tracking branch 'aosp/upstream-master' into pyserial am: ↵frankfeng
348b762da3 am: cca8c1983c Original change: https://android-review.googlesource.com/c/platform/external/python/pyserial/+/2062572 Change-Id: I4b68cd6abc057304881d057d18ffaee88dd56106 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-13Merge remote-tracking branch 'aosp/upstream-master' into pyserial am: 348b762da3frankfeng
Original change: https://android-review.googlesource.com/c/platform/external/python/pyserial/+/2062572 Change-Id: Iddfdc090cfe55fcd833539348033f7dc68437315 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-12Merge remote-tracking branch 'aosp/upstream-master' into pyserialplatform-tools-33.0.2main-cg-testing-releasefrankfeng
Bug: 228235300 Bug: 228457005 Test: TH Change-Id: Ic7c3b0db59780c83ca9bffb2ad4b3dfbea0f8869
2022-04-06Initial empty repositoryRoman Yepishev
2021-05-23spy: option to write to log instead of file/stdoutChris Liechti
2021-05-14miniterm: make integration easier, add serial_instance argumentChris Liechti
2021-05-14miniterm: fix escapes, F'keys on win32Chris Liechti
2021-05-14docs: remove backslash in docsChris Liechti
fixes #468
2021-05-13Merge pull request #581 from jonathangjertsen/jonathan/read-until-doc-fixzsquareplusc
docs: Add a note that the first argument to read_until was called `terminator` in previous versions
2021-05-13Merge pull request #580 from akiomik/patch-1zsquareplusc
docs: Fix link to port_publisher.sh
2021-05-13Merge pull request #576 from pgrimaud/masterzsquareplusc
docs: fix typos
2021-05-08Add a note that the first argument to read_util was called `terminator` in ↵Jonathan Reichelt Gjertsen
previous versions
2021-05-04Fix invalid link in docsAkiomi Kamakura
2021-04-19docs: fix typosPierre Grimaud
2020-11-23chore: release 3.5Chris Liechti
2020-11-23spy: ensure bytes in write()Chris Liechti
2020-11-19Merge pull request #540 from henzef/patch-1zsquareplusc
serialposix: Fix inconstent state after exception in open()
2020-11-19Merge pull request #546 from chairman888/545-osx-use-iousbhostdevice-insteadzsquareplusc
list_ports_osx: getting USB info on BigSur/AppleSilicon
2020-11-19Merge pull request #542 from ↵zsquareplusc
chairman888/509-osx-missing-kiomasterportdefault-on-bigsur list_ports_osx: kIOMasterPortDefault no longer exported on Big Sur
2020-11-17implement patch from oskayByron Han
added call to get IOUSBHostDevice before falling back to IOUSBDevice (which has been removed on Big Sur on Apple Silicon
2020-11-13fix issue 509 - kIOMasterPortDefault no longer exported on Big Sur, but can ↵Byron Han
hardcode 0 instead
2020-11-04serialposix: Fix inconstent state after exception in open()Fabian Henze
If an exception occured during _update_dtr_state(), the Serial object was left in an inconsistant state: is_open=True, but close() fails. This patch fixes this by not setting is_open to True and by cleaning up the state if an exception occurs during open()
2020-10-01Merge pull request #530 from jrowberg/windows-serialnum-stabilityzsquareplusc
win32: Fix exception for composite serial number search on Windows
2020-09-30Fix exception for composite serial number search on WindowsJeff Rowberg
2020-09-21chore: beta release 3.5b0Chris Liechti
2020-09-21setup: change entry points, update classifiersChris Liechti
related to #466 #360
2020-09-21docs: add note on raspi UARTsChris Liechti
2020-09-21Merge pull request #495 from johannesacco/masterzsquareplusc
list_ports_linux: Correct "interface" property on Linux hosts
2020-09-21list_ports_linux: change debug code in mainChris Liechti
2020-09-21docs: update copyright, notes, changelogChris Liechti
2020-09-16miniterm: add CTRL+T Q as alternative to exitChris Liechti
the default exit key is sometimes difficult to type providing a menu command to exit is easy enough #524
2020-09-16list_ports: use hardcoded path to library on osxChris Liechti
due to a security related change on MacOS, find_library fails. which may eventually be fixed with a Python update but it also does not hurt to use the full paths now, that should work on old and new systems. related to #509 #518
2020-09-15docs: update CHANGESChris Liechti
2020-09-15examples: refactor wx example, use Bind to avoid deprecated warnings, ↵Chris Liechti
IsChecked, unichr - wxTerminal: update event handling. sending still with issues, only sending capital letters fixes #443 fixes #444
2020-09-14loop: add out_waitingChris Liechti
closes #408
2020-09-14win32: extend RS485 error messagesChris Liechti
fixes #481
2020-09-14miniterm: fix double use of CTRL-T + sChris Liechti
use z for suspend instead fixes #497
2020-09-14Merge pull request #351 from cefn/masterzsquareplusc
win32: Working CMD.exe terminal using Windows 10 ANSI support
2020-09-14Merge pull request #519 from tim-nordell-nimbelink/masterzsquareplusc
posix: Fix custom baud rate to not temporarily set 38400 baud rates on linux
2020-09-14Merge pull request #510 from SConaway/patch-1zsquareplusc
docs: Fix tiny typo in docs
2020-09-14Merge pull request #494 from kalvdans/dont-catch-our-own-exceptionzsquareplusc
posix: Don't catch the SerialException we just raised
2020-09-14refactor: raise new instances for PortNotOpenError and SerialTimeoutExceptionChris Liechti
related to #502 fixes #437
2020-09-14Merge pull request #500 from WisdomPill/dropping_older_pythonzsquareplusc
chore: Dropping python 3.2 and 3.3
2020-08-21linux: Fix custom baud rate to not temporarily set 38400 baud ratesTim Nordell
When using a custom baud rate on Linux these lines of code caused it to push a 38400 baud rate setting down into the serial driver (even if temporarily). It would correct this moments later, but we can simply set the BOTHER value at this point. If other platforms have a different default value for ispeed and ospeed when using a custom baud rate, they can define BOTHER as well.
2020-06-27Fix tiny typo in docsSteven Conaway
2020-04-17Added .idea to .gitignore and dropped python 3.2 and 3.3Anas
2020-03-30Correct "interface" property on Linux hostsJohannes Carlsson
The "interface" property should be read from the "usb_interface_path" instead of the "device_path" as the later one is a directory (e.g. /sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.0/ttyUSB1).