Thank you gentlemen. I tried with the modifier shift key as well, but didn't work.
I'm intrigued that it works with the KEY_ASTERIX, but not just '*'. I will pursue that avenue for other special characters.
Hi - thanks for the info. Here's why I posted here:
Keyboard.press('*'); //results in 8
Keyboard.press(KEYPAD_ASTERIX); //results in * showing correctly
What is the difference between a "*" and KEYPAD_ASTERIX...
I have a teensyduino that is connected to the computer as a Keyboard & Mouse.
Teensy receives characters over the serial pin. It works flawlessly on the computer. If I send "#!A" it sends "#!A" to the laptop. ...