Skip to content

Sent Enter/Alt/Shift command #107

@Nicolas-Ramthum

Description

@Nicolas-Ramthum

Hello,

How can I sent commands like Enter (Carriage Return)/Alt/Shift using HoodLoader2?

I've been tryed to use Keyboard library ([Keyboard.begin()] (https://www.arduino.cc/reference/en/language/functions/usb/keyboard/keyboardbegin), but Arduino IDE don't alowed to use this library for Arduino Uno.

Tried to use the commands above, but any worked. Someone knows how to?

Serial.write( '\r' );
Serial.write('d', CHAR);
Serial.write('d', DEC);

Either any option above using Serial.println also doesn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions