Skip to content

Controlling ioSender with Arduino Leonardo as Keyboard #295

Answered by terjeio
mintracer asked this question in Q&A
Discussion options

You must be logged in to vote

I've uploaded a special edge version, ioSender Edge Keytest.zip, that logs keypresses to the console when Verbose is checked.
Note that since logging is done in keypress event handlers it might interfere with normal operation.
Examples:
Pressing space for feed hold:

<Run|MPos:66.018,91.805,-13.770|Bf:9,1023|FS:662,500>
Space None None False
<Run|MPos:67.768,92.068,-13.770|Bf:14,1023|FS:292,500>
Space None None True
<Hold:1|MPos:67.783,91.148,-13.770|Bf:18,1023|FS:0,500>

There are two events logged, keydown and keyup. The keyup log above has true added to it since the key was claimed as a shortcut.
Note that "printable" characters like Space will not be claimed as a shortcut if an input f…

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
5 replies
@mintracer
Comment options

@terjeio
Comment options

@mintracer
Comment options

@terjeio
Comment options

@mintracer
Comment options

Comment options

You must be logged in to vote
11 replies
@mintracer
Comment options

@terjeio
Comment options

@mintracer
Comment options

@terjeio
Comment options

Answer selected by mintracer
@mintracer
Comment options

@pad73
Comment options

@pad73
Comment options

@terjeio
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants