Displaying 1 result from an estimated 1 matches for "richard_l_james".
2007 Feb 28
0
How to press F1 over a serial console? F1 scan code is 2 bytes - 00h 3Bh
"Richard L. James" <richard_l_james at yahoo.co.uk> writes:
> Greetings to .HU - to do this you need a way to be able to send the
> following 2 bytes which represent the keyboard scan code for F1:
>
> 1st byte = 0d / 0h / NUL (null character)
> 2nd byte = 59d / 3Bh / semi column (;)
Hi Richard,
so you mean I shou...