Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 5 months ago.
USB keyboard CR carriage return
Hi
I am using USB keyboard library. After sending keystroke I need to send CR (return) key.
for example :
keyboard.keyCode('s'); wait_ms(50); keyboard.keyCode(0x13); CR
In accordance to ASCII code table 0x13 is a CR but it doesn't work in my case. However I tried vertical TAB 0x09 and it surprisingly worked. Can anybody help me to implement CR? Explain the problem I am experiencing with CR.
Thanks,
Kamil