Raspberry Pi - Serial UART Communication
What will be the output of this Python code on Raspberry Pi?
import serial
ser = serial.Serial('/dev/ttyS0', baudrate=4800, timeout=1)
print(ser.baudrate)