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

Writing Bytes Out

I am using Pyserial to write out bytes to a connection. One of the things I have been struggling wi… Read more Writing Bytes Out

Maximize Arduino Serial Output

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

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

Writing Into Csv File Using Python

Here some simple code I have written. Data is not accumulated in the CSV file; can someone share co… Read more Writing Into Csv File Using Python

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

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