DORSETRIGS
Home

pyserial (11 post)


posts by category not found!

Can't open serial monitor while pyserial script is working, using nodemcu

Why Cant I Open the Serial Monitor While My Python Script Is Running Node MCU Many users encounter the frustrating issue of being unable to open the Serial Moni

2 min read 04-10-2024 66
Can't open serial monitor while pyserial script is working, using nodemcu
Can't open serial monitor while pyserial script is working, using nodemcu

COM Port not opening when running as .EXE using Pyinstaller

Troubleshooting COM Port Issues with Py Installer Executables When developing Python applications that interact with COM ports it s not uncommon to face issues

2 min read 28-09-2024 74
COM Port not opening when running as .EXE using Pyinstaller
COM Port not opening when running as .EXE using Pyinstaller

PySerial write not respecting baudrate on Mac and Linux (but it does on Windows)

Py Serial Understanding Baud Rate Issues on Mac and Linux Introduction When working with serial communication in Python developers often turn to the Py Serial l

3 min read 22-09-2024 81
PySerial write not respecting baudrate on Mac and Linux (but it does on Windows)
PySerial write not respecting baudrate on Mac and Linux (but it does on Windows)

Cannot interrupt uboot "Hit any key to stop autoboot:" with pySerial

Interrupting U Boots Autoboot with Py Serial When working with embedded systems or bootloaders like U Boot you may often encounter the prompt Hit any key to sto

3 min read 22-09-2024 64
Cannot interrupt uboot "Hit any key to stop autoboot:" with pySerial
Cannot interrupt uboot "Hit any key to stop autoboot:" with pySerial

Strange Python issue

Strange Python Issue Understanding and Resolving a Common Confusion Python is a powerful programming language widely appreciated for its simplicity and readabil

2 min read 21-09-2024 79
Strange Python issue
Strange Python issue

Pyserial not finding ports in Ubuntu 22.04

Troubleshooting Pyserial Port Detection Issues in Ubuntu 22 04 If you re encountering problems with Pyserial failing to detect serial ports in Ubuntu 22 04 you

2 min read 03-09-2024 58
Pyserial not finding ports in Ubuntu 22.04
Pyserial not finding ports in Ubuntu 22.04

ValueError: PyCapsule_New called with null pointer

Demystifying the Value Error Py Capsule New called with null pointer in Python This article dives into a common error encountered while working with Matplotlib

2 min read 02-09-2024 72
ValueError: PyCapsule_New called with null pointer
ValueError: PyCapsule_New called with null pointer

Python serial send byte array with byte values

Sending Byte Arrays with Pythons serial Module A Guide Sending byte arrays over serial communication is a common task in many embedded systems and Io T projects

2 min read 02-09-2024 60
Python serial send byte array with byte values
Python serial send byte array with byte values

Python serial receives data packets at a lower rate than they are being sent

Why Your Python Serial Receiver Cant Keep Up Unpacking the Bottlenecks You re facing a classic problem in serial communication the receiving end struggling to h

2 min read 31-08-2024 52
Python serial receives data packets at a lower rate than they are being sent
Python serial receives data packets at a lower rate than they are being sent

Using pySerial to read data from data logger (Olympus Epoch 650 ultrasound tester)

Reading Data from an Olympus Epoch 650 Ultrasound Tester with py Serial This article will guide you through the process of using Pythons py Serial library to co

2 min read 30-08-2024 59
Using pySerial to read data from data logger (Olympus Epoch 650 ultrasound tester)
Using pySerial to read data from data logger (Olympus Epoch 650 ultrasound tester)

Python: detect regularly disconnecting faulty USB device and reinitialize instance

Python Detect Regularly Disconnecting Faulty USB Device and Reinitialize Instance This article addresses the common issue of working with faulty USB devices tha

2 min read 27-08-2024 66
Python: detect regularly disconnecting faulty USB device and reinitialize instance
Python: detect regularly disconnecting faulty USB device and reinitialize instance