After years of building systems, leading technical teams, and automating workflows, I have developed a simple principle. If I do something twice, it gets automated. If it might repeat, it gets ...
sudo apt-get update sudo apt-get -y install python2.7 sudo apt-get -y install python3.9.2 sudo apt-get -y install pcregrep libpcre++-dev python-dev python2-dev -y ...
In Windows, you can get each sensor's USB-serial-device serial number by following the instructions in the USBserialDevice_GettingSerialNumberInWindows.png screenshot in this folder. In Windows, you ...
I typically like to keep these articles short but this one requires some lengthy yammering on my part so please bear with me. I’ve done this so much, at scale, I had forgotten what a challenge it was ...
I've used both pexpect and python's built-in telnetlib somewhat regularly to talk to "dumb" telnet devices. Depending on how complicated the data is, telnetlib might be good enough and will work ...