Hi. I'm currently working on making an Arduino mouse/keyboard HID and i have a few questions.
When an arduino is flashed with a mouse/keyboard HID firmware or any firmware, how will i upload my sketch?
Can i still use all the functions and libraries in the original arduino firmware after i flashed it with a new one?
Is it possible to make an arduino mouse/keyboard HID mouse that waits for a serial input from the PC and and move the cursor or press keys depending on the serial data received from the PC? Currently i only have an arduino uno and arduino due, how can i do this with what i have?
Can i use an arduino uno as both a keyboard and mouse HID at the same time?
I'm still new to arduino so any answer and insight will be appreciated.