Page 1 of 1

HID macro including unable to compile to chip

Posted: Wed Sep 01, 2021 5:59 pm
by AndreasR
Seems to be a bug in the HID macro...
The help file of the HID macro says it is in beta phase when using Arduino.
Here are the facts.
A small programm should send some keycodes to USB connection in an endless loop.
I used the HID macro found in comms section.

First try was an Arduino Leonardo with no success.
Compile to chip says
"D:\temp\PS4-KeySim.c:405:20: fatal error: config.h: No such file or directory

Next try was a Mega 2650 with no success too.
Error code is the same.
"D:\temp\PS4-KeySim.c:405:20: fatal error: config.h: No such file or directory"

In the C Code i don't find any hint to config.h outside of comments.


Both Arduinos are correctly installed an well known (COM3 115kB 8 N 1)

When i change the Arduinos i get into Device manager, check for shielded devices and deinstalled them all.

Re: HID macro including unable to compile to chip

Posted: Thu Sep 02, 2021 10:31 am
by BenR
Hello,

Hopefully an answer for you here.
https://www.flowcode.co.uk/forums/viewt ... 3436#p3436