Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
user_1881301
Level 2
Level 2
First like received

in the example the keystrokes send over HID is simulated: SimulateKeyboard();

   

I should like to receive keystrokes on the uart-RX  line and send them over HID.

   

How can I check the UART RX buffer and read the incomming chars ?

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Go through the UART datasheet and look for the APIs GetRxBufferSize() and GetData().

   

 

   

Bob

View solution in original post

0 Likes
4 Replies