Cannot change baud rate on display.
Display does not react to changes in baud rate.
Created a new simple screen with 4 buttons.
b0.txt=9600
Touch release event:
baud=9600
n0.val=baud
b1.txt=19200
baud=19200
b3.. 38400
b4.. 115200
any button pressed shows the n0.val of 9600.
In debug, I enter:
baud=115200
n0.val still shows 9600
Please help. Not sure what I am doing wrong.
Stephen Schmidt
Cannot change baud rate on display.
Display does not react to changes in baud rate.
Created a new simple screen with 4 buttons.
b0.txt=9600
Touch release event:
baud=9600
n0.val=baud
b1.txt=19200
baud=19200
n0.val=baud
b3.. 38400
b4.. 115200
any button pressed shows the n0.val of 9600.
In debug, I enter:
baud=115200
n0.val=baud
n0.val still shows 9600
Please help. Not sure what I am doing wrong.