Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / pyserial/pyserial issues and pull requests

#681 - Dropping leading bytes

Issue - State: open - Opened by neil-benn almost 2 years ago

#680 - TypeError: expected pointer, got NativeArgument

Issue - State: open - Opened by markus-lehmann almost 2 years ago

#679 - Missing on-board serial ports for BeagleBone black

Issue - State: open - Opened by sybeck2k almost 2 years ago - 1 comment

#678 - Allow container to be passed into read_until function

Pull Request - State: open - Opened by Tbruno25 almost 2 years ago

#677 - Incorrect enumeration of disabled COM ports on Windows

Issue - State: open - Opened by arc12 almost 2 years ago

#676 - API documetation for read_all is not available

Issue - State: open - Opened by Godson-Gnanaraj almost 2 years ago

#675 - Inverted reading

Issue - State: open - Opened by vincentBenet almost 2 years ago

#674 - How to send arrow keys?

Issue - State: open - Opened by mu0chen almost 2 years ago

#673 - inWaiting returns weird numbers

Issue - State: open - Opened by Atores1 almost 2 years ago

#671 - Reuse of OVERLAPPED structure in win32 API

Issue - State: open - Opened by mhkline about 2 years ago

#670 - SerialBase does not call RawIOBase.close()

Issue - State: closed - Opened by JonathonReinhart about 2 years ago - 1 comment

#669 - workaround win32 crash (or error) on SetCommState

Pull Request - State: open - Opened by foldl about 2 years ago - 1 comment

#668 - Can't get it working properly

Issue - State: closed - Opened by AndrewMarines about 2 years ago

#667 - received data is wrong using pyserial

Issue - State: open - Opened by ardeal about 2 years ago - 1 comment

#666 - wip: a windows async version of the Serial class

Pull Request - State: closed - Opened by JPHutchins about 2 years ago

#665 - Add detection for Haiku's serial ports

Pull Request - State: open - Opened by OscarL about 2 years ago - 1 comment

#664 - Cannot get data from COM port

Issue - State: open - Opened by OCroUn over 2 years ago - 1 comment

#663 - Allow for longer location Strings.

Pull Request - State: closed - Opened by enCHineer over 2 years ago - 2 comments

#662 - [feature request] specify any option in URL

Issue - State: open - Opened by greyltc over 2 years ago - 1 comment

#661 - support ironpython new version

Pull Request - State: open - Opened by sensokame over 2 years ago - 1 comment

#659 - Allow passing default end-of-line (eol) terminator to miniterm.main()

Pull Request - State: closed - Opened by jelledevleeschouwer over 2 years ago - 1 comment

#658 - Add example about listing ports via python (not via cmd)

Pull Request - State: closed - Opened by beyarkay over 2 years ago - 1 comment

#657 - New (beta) release?

Issue - State: open - Opened by jonathangjertsen over 2 years ago - 1 comment

#655 - List open serial ports *from python script*, not from the command line

Issue - State: open - Opened by beyarkay over 2 years ago - 2 comments

#654 - POSIX serial.flush blocks the test cases

Issue - State: open - Opened by Clivern over 2 years ago

#652 - tools/miniterm: add LF on transmit only option

Pull Request - State: open - Opened by alefminus over 2 years ago

#651 - miniterm: implement --reconnect, exit(1) on error

Pull Request - State: open - Opened by belm0 over 2 years ago

#650 - BeeWare Compatibility

Issue - State: open - Opened by HManzano1012 over 2 years ago - 1 comment

#649 - Add '--data' and '--stop' options to miniterm

Pull Request - State: closed - Opened by clvz over 2 years ago - 1 comment

#648 - list_port find nothing

Issue - State: open - Opened by Brinfer over 2 years ago - 2 comments

#647 - /serial/tools/list_ports_linux.py: add support for wwan* port

Pull Request - State: open - Opened by zixi11 over 2 years ago - 2 comments

#646 - Fix a couple of documentation links

Pull Request - State: closed - Opened by waveform80 over 2 years ago - 1 comment

#645 - Getting garbage values

Issue - State: closed - Opened by ranjitkathiriya over 2 years ago - 1 comment

#643 - Fix threading module related DeprecationWarning.

Pull Request - State: closed - Opened by tirkarthi over 2 years ago - 1 comment

#642 - EOL without direct interaction with `io`

Issue - State: open - Opened by alexrkaufman over 2 years ago

#641 - No module named serial

Issue - State: open - Opened by Pinball3D over 2 years ago - 4 comments

#640 - Cannot access LAN resources

Issue - State: open - Opened by Chernickk over 2 years ago - 2 comments

#639 - Fixed socket:// on Windows because of missing out_waiting property

Pull Request - State: open - Opened by dcoder42 over 2 years ago

#638 - Close opened file handler on closing the serial port

Pull Request - State: open - Opened by rkandilarov almost 3 years ago - 1 comment

#637 - list_ports: store USB product string descriptor

Pull Request - State: open - Opened by mkarhumaa almost 3 years ago - 6 comments

#635 - Exception in thread rx

Issue - State: closed - Opened by SebDominguez almost 3 years ago - 1 comment

#633 - Python 3.9 or 3.10 support?

Issue - State: open - Opened by jamesbraza almost 3 years ago - 4 comments

#632 - do no filter out platform devices anymore

Pull Request - State: open - Opened by tbultel almost 3 years ago - 1 comment

#631 - Update Copyright year to 2022

Issue - State: closed - Opened by anirudhlakhotia almost 3 years ago - 3 comments

#629 - fixed an issue with loading symlinked devices on Linux

Pull Request - State: open - Opened by wabwino almost 3 years ago - 1 comment

#628 - cp2110 on Windows

Issue - State: open - Opened by jfcaron3 almost 3 years ago - 1 comment

#625 - Calling .flush() hangs forever - when to use .flush()?

Issue - State: closed - Opened by benthorner almost 3 years ago - 6 comments

#620 - Running pyserial inside a docker container

Issue - State: open - Opened by 94929 about 3 years ago - 3 comments

#618 - Fix UnboundLocalError on timeout

Pull Request - State: open - Opened by Lukanite about 3 years ago - 1 comment

#617 - UnboundLocalError when using PosixPollSerial with timeout

Issue - State: open - Opened by Lukanite about 3 years ago - 1 comment

#597 - pyseiral can't find virtual serial port?

Issue - State: open - Opened by bactone over 3 years ago - 3 comments

#594 - Examples contain a lot of non relevant code

Issue - State: open - Opened by MisteryX over 3 years ago - 3 comments
Labels: enhancement

#592 - No COM ports found

Issue - State: closed - Opened by TitouanLabourdette over 3 years ago - 4 comments
Labels: question

#591 - Add type stubs

Pull Request - State: open - Opened by 9999years over 3 years ago - 2 comments

#583 - modify serialwin32 write method GetOverlappedResult exception handle

Pull Request - State: closed - Opened by itchenfei over 3 years ago

#570 - PySerial does not exit on SIGINT

Issue - State: closed - Opened by timoschwarzer over 3 years ago - 7 comments
Labels: enhancement

#560 - module 'serial' has no attribute 'tools'

Issue - State: open - Opened by witc almost 4 years ago - 6 comments
Labels: question

#557 - Provide simple RFC2217 examples

Issue - State: open - Opened by DraTeots almost 4 years ago - 1 comment

#546 - fix issue 545 - getting USB info on BigSur/AppleSilicon

Pull Request - State: closed - Opened by chairman888 about 4 years ago - 4 comments

#543 - PySerial changing device flags

Issue - State: open - Opened by Pyponou about 4 years ago - 3 comments

#539 - Support framing error/break detection

Issue - State: open - Opened by onitake about 4 years ago - 7 comments

#531 - how to send or receive files like sz/rz with pyserial

Issue - State: open - Opened by stekchen about 4 years ago - 5 comments

#509 - esptool fails on MacOS Big Sur preview: Failure to import serial.tools.list_ports

Issue - State: open - Opened by jeksys over 4 years ago - 43 comments

#508 - Bogus device or resource busy error

Issue - State: closed - Opened by hmaarrfk over 4 years ago - 2 comments

#489 - /dev/ttyS0 being filtered out by list_ports on Raspberry Pi

Issue - State: open - Opened by novirium over 4 years ago - 7 comments

#486 - serial.tools.list_ports.comports doesn't see (ELTIMA) virtual COM ports

Issue - State: open - Opened by glinders over 4 years ago - 4 comments

#477 - Add device firmware version (bcdDevice) field to ListPortInfo class

Issue - State: open - Opened by rosslannen almost 5 years ago - 1 comment

#459 - RS485 and hardware RTS on Pi 4

Issue - State: open - Opened by jslack-moehrle about 5 years ago - 3 comments

#459 - RS485 and hardware RTS on Pi 4

Issue - State: open - Opened by jslack-moehrle about 5 years ago - 3 comments

#447 - Spurious write timeouts when writing to virtual COM port

Issue - State: open - Opened by skoehler over 5 years ago - 3 comments

#438 - Raspberry pi 3 and waveshare HAT Broken Pipe Error

Issue - State: open - Opened by vanvince over 5 years ago - 1 comment

#436 - Serial not defined

Issue - State: closed - Opened by andrfgs over 5 years ago - 3 comments

#427 - Pypy error with pyserial

Issue - State: open - Opened by joker25 over 5 years ago - 4 comments

#426 - PySerial's "send_break" command misbehaving?

Issue - State: open - Opened by TonyHSmith over 5 years ago - 2 comments

#415 - How to detect if a serial port is being used by another application?

Issue - State: open - Opened by sunbearc22 almost 6 years ago - 7 comments

#410 - Missing data at the start

Issue - State: open - Opened by isundaylee almost 6 years ago - 5 comments

#394 - Data corruption with FTDI Adapters on Windows 10

Issue - State: open - Opened by skoehler almost 6 years ago - 14 comments

#382 - serial/rfc2217: add timeout.setter for rfc2217

Pull Request - State: open - Opened by Emantor about 6 years ago - 8 comments

#376 - RFC2217 port reconfiguration traffic on setting the timeout

Issue - State: open - Opened by Emantor over 6 years ago - 3 comments

#373 - fix inter_byte_timeout

Pull Request - State: open - Opened by GGegenhuber over 6 years ago - 3 comments

#373 - fix inter_byte_timeout

Pull Request - State: open - Opened by GGegenhuber over 6 years ago - 3 comments

#345 - pySerial read() dropping bytes (consistently)

Issue - State: open - Opened by wimg over 6 years ago - 10 comments

#337 - Setting buffer size in windows

Issue - State: open - Opened by mghicho over 6 years ago - 2 comments

#329 - open() returns before port is ready

Issue - State: open - Opened by jimbo1969 over 6 years ago - 17 comments

#323 - Baud rate of 4.000.000 not working on macOS High Sierra (10.13.1)

Issue - State: open - Opened by maziarz over 6 years ago - 3 comments

#311 - Miniterm works ... my program doesn't :/

Issue - State: closed - Opened by SandyWalsh almost 7 years ago - 2 comments

#310 - Update README.rst

Pull Request - State: closed - Opened by zoumingzhe almost 7 years ago

#264 - miniterm: Implement log file feature

Pull Request - State: closed - Opened by n-eq about 7 years ago - 4 comments

#243 - miniterm.py fails on Windows Subsystem for Linux due to TIOCSTI

Issue - State: open - Opened by thomasbrandon over 7 years ago - 7 comments
Labels: enhancement

#226 - pyserial close() function hangs forever

Issue - State: open - Opened by akshaykochar over 7 years ago - 7 comments

#224 - Add support for SLIP (Serial Line Internet Protocol)

Issue - State: open - Opened by jamasi over 7 years ago - 10 comments