Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tokenline issue on history with up key #2

Open
bvernoux opened this issue Nov 16, 2015 · 0 comments
Open

tokenline issue on history with up key #2

bvernoux opened this issue Nov 16, 2015 · 0 comments

Comments

@bvernoux
Copy link

Start hydrafw
then type:

uart
0xFF 0 1 0x80 0x55 0xAA 0xFF 0x11:4 0x11 0x22 0x33 0x44 0x55 0x66
  • "up key then Enter to repeat last line up to 9 times"

Output is:

> uart
Device: UART1
Speed: 9600 bps
Parity: none
Stop bits: 1
uart1> 0xFF 0 1 0x80 0x55 0xAA 0xFF 0x11:4 0x11 0x22 0x33 0x44 0x55 0x66
WRITE: 0xFF 0x00 0x01 0x80 0x55 0xAA 0xFF 0x11 0x11 0x11 0x11 0x11 0x22 0x33 0x44 0x55 0x66
uart1> 0xFF 0 1 0x80 0x55 0xAA 0xFF 0x11:4 0x11 0x22 0x33 0x44 0x55 0x66
WRITE: 0xFF 0x00 0x01 0x80 0x55 0xAA 0xFF 0x11 0x11 0x11 0x11 0x11 0x22 0x33 0x44 0x55 0x66
uart1> 0xFF 0 1 0x80 0x55 0xAA 0xFF 0x11:4 0x11 0x22 0x33 0x44 0x55 0x66
WRITE: 0xFF 0x00 0x01 0x80 0x55 0xAA 0xFF 0x11 0x11 0x11 0x11 0x11 0x22 0x33 0x44 0x55 0x66
uart1> 0xFF 0 1 0x80 0x55 0xAA 0xFF 0x11:4 0x11 0x22 0x33 0x44 0x55 0x66
WRITE: 0xFF 0x00 0x01 0x80 0x55 0xAA 0xFF 0x11 0x11 0x11 0x11 0x11 0x22 0x33 0x44 0x55 0x66
uart1> 0xFF 0 1 0x80 0x55 0xAA 0xFF 0x11:4 0x11 0x22 0x33 0x44 0x55 0x66
WRITE: 0xFF 0x00 0x01 0x80 0x55 0xAA 0xFF 0x11 0x11 0x11 0x11 0x11 0x22 0x33 0x44 0x55 0x66
uart1> 0xFF 0 1 0x80 0x55 0xAA 0xFF 0x11:4 0x11 0x22 0x33 0x44 0x55 0x66
WRITE: 0xFF 0x00 0x01 0x80 0x55 0xAA 0xFF 0x11 0x11 0x11 0x11 0x11 0x22 0x33 0x44 0x55 0x66
uart1> 0xFF 0 1 0x80 0x55 0xAA 0xFF 0x11:4 0x11 0x22 0x33 0x44 0x55 0x66
WRITE: 0xFF 0x00 0x01 0x80 0x55 0xAA 0xFF 0x11 0x11 0x11 0x11 0x11 0x22 0x33 0x44 0x55 0x66
uart1> 0xFF 0 1 0x80 0x55 0xAA 0xFF 0x11:4 0x11 0x22 0x33 0x44 0x55 0x66
WRITE: 0xFF 0x00 0x01 0x80 0x55 0xAA 0xFF 0x11 0x11 0x11 0x11 0x11 0x22 0x33 0x44 0x55 0x66
uart1> 0xFF 0 1 0x80 0x55 0xAA 0xFF 0x11:4 0x11 0x22
WRITE: 0xFF 0x00 0x01 0x80 0x55 0xAA 0xFF 0x11 0x11 0x11 0x11 0x11 0x22

Last line is wrong "0xFF 0 1 0x80 0x55 0xAA 0xFF 0x11:4 0x11 0x22" instead of "0xFF 0 1 0x80 0x55 0xAA 0xFF 0x11:4 0x11 0x22 0x33 0x44 0x55 0x66"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant