I think <keyboard.h> works with Serial.write wich affects the SIM800L. Is it mabye posible to emulate a keyboard trew another serial port like Serial1 and if so how do I connect it so i doesnt affect...
Type: Posts; User: helmmen
I think <keyboard.h> works with Serial.write wich affects the SIM800L. Is it mabye posible to emulate a keyboard trew another serial port like Serial1 and if so how do I connect it so i doesnt affect...
So I am working on a hardware keylogger that sends data trew SMS. I have tried to use the <Keyboard.h> libary but that doesnt work together with the sim800l chip since it uses the same Serial. So I...