Skip to content Skip to sidebar Skip to footer
Showing posts with the label Serial Port

How To Build Byte Array Frame And Calculate Checksum

I'm trying to communicate with a serial port as defined in a specification. ser = serial.Serial… Read more How To Build Byte Array Frame And Calculate Checksum

Pyserial Write Errors (baudrate Sensitive)

I'm having some issues with pyserial and windows (on linux it works fine with the same code); I… Read more Pyserial Write Errors (baudrate Sensitive)

Print Output Of At Command

I am using python to communicate with GSM modem connected in my ttyUSB port. import serial from cu… Read more Print Output Of At Command

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

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?

Python's Pyserial With Interrupt Mode

I have a device which works on serial communication. I am writing python code which will send some … Read more Python's Pyserial With Interrupt Mode

Maximize Arduino Serial Output

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

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

Python - Read From The Serial Port Data Line By Line Into A List When Available

I am aiming to write a code that will be indefinitely listening and reading from to a serial port t… Read more Python - Read From The Serial Port Data Line By Line Into A List When Available

How To Make A Serial Port Sniffer Sniffing Physical Port Using A Python

I have a PC Software (OS: Win 64bit) that communicates with a machine via physical serial port RS23… Read more How To Make A Serial Port Sniffer Sniffing Physical Port Using A Python

Serial Port Does Not Work In Rewritten Python Code

I have a Python program that reads some parameters from an Arduino and stores it in a database. The… Read more Serial Port Does Not Work In Rewritten Python Code

What Does Xon/xoff Flow Control Actually Do?

From what I have been able to discover, XON and XOFF are nothing but special ASCII characters used … Read more What Does Xon/xoff Flow Control Actually Do?

Serial Communication With Tkinter

I'm writing some code in Python to make a GUI that controls an electronic board. I put buttons … Read more Serial Communication With Tkinter

Python - Read From The Serial Port Data Line By Line Into A List When Available

I am aiming to write a code that will be indefinitely listening and reading from to a serial port t… Read more Python - Read From The Serial Port Data Line By Line Into A List When Available