I am trying to use UART port to receive a signal from Wiegand, but I am only receiving \xff when baud rate = 9600
b'\xff'
b'\xff'
b'\xff'
b'\xff'
b'\xff'
b'\xff'
b'\xff'
b'\xff'
When changing the baud rate to 57600, I start to receive:
b'\xe0'
b'\xe0'
b'\xe0'
b'\xe0'
b'\xe0'
b'\xe0'
b'\xe0'
b'\xe0'
baud rate = 38400, then:
b'\xf8'
b'\xf8'
b'\xf8'
b'\xf8'
b'\xf8'
b'\xf8'
b'\xf8'
b'\xf8'
I don't what's happening, but I was expecting to receive '100004' where all the previous values were wrong