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

Check If A String Is Hexadecimal

I know the easiest way is using a regular expression, but I wonder if there are other ways to do th… Read more Check If A String Is Hexadecimal

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