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

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

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)

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

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

Maximize Arduino Serial Output

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

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

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

Python No Module Named Serial / No Module Named Requests

This is the second time today this has happened.. I tried to import requests earlier and I got an I… Read more Python No Module Named Serial / No Module Named Requests