About 51 results
Open links in new tab
  1. Full examples of using pySerial package - Stack Overflow

    Can someone please show me a full python sample code that uses pyserial, i have the package and am wondering how to send the AT commands and read them back!

  2. How to read and write from a COM port using PySerial?

    I have Python 3.6.1 and PySerial installed. I am able to get a list of COM ports connected. I want to send data to the COM port and receive responses: import serial.tools.list_ports as port_list po...

  3. python - pyserial error - cannot open port - Stack Overflow

    I have seen simple code in stackoverflow using pyserial in USB ports with Python 3.3 but I can't get this to work on my new installation of pyserial 2.7 [in Windows 7, 64 bit, with 3 USB ports].

  4. python - pyserial: No module named tools - Stack Overflow

    Jan 1, 2013 · What is the explanation for why pip install pyserial installs the tools sub-module and apt-get install python-serial doesn't?

  5. Has python package serial been renamed to pyserial?

    Oct 16, 2020 · The serial package on Pypi is something different to pyserial. Maybe what's confusing you is that you need to install Pyserial with pip install pyserial, but import it with serial.

  6. Failing to get response from serial port using pyserial

    I tried two ways – 1) pyserial in Python and 2) PuTTY. I managed to connect to the device and use it, using PuTTY. However, in Python I can only connect to the device (open the port) but I fail to send …

  7. pyserial - Listing available com ports with Python - Stack Overflow

    Aug 23, 2012 · I am searching for a simple method to list all available com port on a PC. I have found this method but it is Windows-specific: Listing serial (COM) ports on Windows? I am using Python 3 …

  8. missing data - Losing bytes over PySerial.write () - Stack Overflow

    I've been consistently running into a problem when running some basic code using the PySerial library in Python. Specifically, when I use the write function given by PySerial, I lose bytes of the

  9. python - Pyserial when should I use flush? - Stack Overflow

    May 4, 2020 · For example note the continued inconsistent use of the word "flush" in the pySerial API documentation even after the renaming of two functions to reduce confusion. So whenever you see …

  10. python - pySerial でのシリアル通信終了時にエラーが発生する - ス …

    Oct 30, 2024 · tkinterで作成したGUIアプリケーション上で、pySerialでシリアル通信を行おうとしていますが、ポートを閉じると Ser.readline() の部分でエラーが発生します。 ポートが開かれている間 …