So yesterday I found this article and I wanted to try it out from Python.
Here is a few lines of code to send that "get hw and firmware version" message to the phone and at least read an ACK:
import serial, time
ser = serial.Serial("/dev/ttyUS…
more »