KeyBoard Strokes

userHead HelloWorldQc 2020-08-29 08:15:05 1409 Views2 Replies
Hi,

I have some projects with arduino leonardo and now, I try to do the same with the lattepanda alpha 864s.

In these projects, I use Keyboard strokes fonctions (https://www.arduino.cc/en/Tutorial/KeyboardSerial) to operate automaticly a machine .

Before: With an Leonardo.
The keyboard commands pass through Micro USB port to the external machine computer that i want to operate.

Now: With the LattePanda.
When I call the commands, they go direcly to the lattepanda computer.
I want to get them to go to the external computer but they seems to be attatch to the programation port (com7).