Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pyserial

Python Serial Without Pyserial

I have been having problems with Pyserial (this is not the first: PySerial write errors (baudrate s… Read more Python Serial Without Pyserial

Binary Data With Pyserial(python Serial Port)

serial.write() method in pyserial seems to only send string data. I have arrays like [0xc0,0x04,0x0… Read more Binary Data With Pyserial(python Serial Port)

Python Serial Communication

I'm working on an Arduino project, and I am interfacing it with a Python script due to memory l… Read more Python Serial Communication

Pyserial Delay In Reading Line From Arduino

I'm using an arduino uno with the basic 'DigitalReadSerial' setup as outlined here: htt… Read more Pyserial Delay In Reading Line From Arduino

How Can I Create Byte Values From Integers In Python?

Background: I need to send a numerical value as a byte to an external device, but I have run into a… Read more How Can I Create Byte Values From Integers In Python?

Pyserial When It Is The End Of The Line Stop The While Loop

import serial arduino = serial.Serial('COM12', 9600, timeout = .1) arduino_data = [] # dec… Read more Pyserial When It Is The End Of The Line Stop The While Loop

Using Xonxoff-flow Control With Pyserial

I am currently trying to interface with a somewhat old old model of a HP-printer which gives me two… Read more Using Xonxoff-flow Control With Pyserial

Python Pyserial Windows No Port Found

I have just tried to connect to usb mobile to send sms through it using AT commands. But when i use… Read more Python Pyserial Windows No Port Found

Why Does Pyserial For Python3k Return Bytes While Python2k Returns Strings?

I am attempting to port https://github.com/thearn/Python-Arduino-Command-API to python 3, so far i… Read more Why Does Pyserial For Python3k Return Bytes While Python2k Returns Strings?

Pyqt5 - Automate Serial Module

I am trying to automate serial connection without clicking on button. When the gui load, serial sho… Read more Pyqt5 - Automate Serial Module

Reading Real Time Values With Pyserial While Plotting

So here is the deal, I have a module which sends out data over the serial port at 9600 baud and I a… Read more Reading Real Time Values With Pyserial While Plotting

Small Example For Pyserial Using Threading

Can anyone please give me a small and simple example on how to use threading with pyserial communic… Read more Small Example For Pyserial Using Threading

Maximize Arduino Serial Output

There are a multiple questions intersperced throughout this post. Kindly read carefully and answer … Read more Maximize Arduino Serial Output

Trouble With Pyserial And Multiple Python Installations

I have Python 2.4.4 and 3.1.3 on my Windows 7 machine. I would like to use PySerial. I heard that i… Read more Trouble With Pyserial And Multiple Python Installations