Go to advanced search

by nabili
Tue Feb 21, 2017 9:51 am
Forum: Python
Topic: Serial port use with pyserial
Replies: 3
Views: 3598

Re: Serial port use with pyserial

Also, the configuration of the device :
Baud Rate : 38400
Data : 8 bits
Parity : None
Stop : 1 bit
Flow control : None
End line character : LF
by nabili
Tue Feb 21, 2017 9:30 am
Forum: Python
Topic: Serial port use with pyserial
Replies: 3
Views: 3598

Serial port use with pyserial

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 ...

Go to advanced search