Civlo85 / gsmHat

Using the Waveshare GSM/GPRS/GNSS Hat for Raspberry Pi with Python
MIT License
61 stars 26 forks source link

Error while GSM hat is connected via USB #15

Open ghaeini opened 2 years ago

ghaeini commented 2 years ago

I am using the USB to connect the GSM hat to the RPi 4. I set the gsm as: '' gsm = GSMHat('/dev/ttyUSB0', 115200) '' However, I can not communicate with the HAt. The serial comm is already enabled.