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

Inconsistent Serial Fails

I am trying to develop a python tkinter based app that would read the data from my arduino sensor p… Read more Inconsistent Serial Fails

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

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)

Serial Communication One To One

If this is a stupid question, please don't mind me. But I spent some time trying to find the an… Read more Serial Communication One To One

Using Serial On Python / Win7

I am trying to interface with a serial WWAN modem (for diagnostics /signal strength measurement pur… Read more Using Serial On Python / Win7

Pyserial Data Received From Xbee Not Properly Displayed

I am trying to get multiple XBees running as sensors and output devices to send their samples to a … Read more Pyserial Data Received From Xbee Not Properly Displayed