Raspberry Pi - Serial UART Communication
What will be the output of this Python snippet reading GPS data?
import serial
ser = serial.Serial('/dev/serial0', 9600, timeout=1)
line = ser.readline()
print(type(line))
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions