Hi everyone! I'm a begginer with the raspberry pi (I own version 3, running Jessie) and I try to comminucate with a LoRa module taking AT commands that we write on the USB serial port. To do so, I've wrote a small script in python (v 2.7.9) using the pyserial library (v 3.2.1) : import serial # Set ...