Yes, it should.alexeames wrote:Shouldn't it be AMA0?
Code: Select all
test = serial.Serial()
test.baudrate = 9600
test.timeout = 0
test.port = "/dev/ttyAMA0"Code: Select all
test.open()Code: Select all
test.write("3")Code: Select all
test.write("3".encode()