i want to connect a USB Keyboard to an arduino for a serial output !
I just want to see my typing in the Serial Monitor !
Who can helb with thatone ? I can´t find anything about it, in the internet.
I´m also wondering why my usb keyboard is not turning on if i plug it into a 5V USB Charger ??? No LED on it turns on! If I plug it into the computer, it works just fine. Does it need some kinde of turn on signal via usb for the keyboard ???
Yes, I need an Arduino. Pi is to expensive for my project. I found somting for a Leonardo. Serial to USB, but this is the wrong way. I need it the other way around.
Can´t find anything about it. It looks like I´m the first who want to do this.
I have a UNO,NANO,LEONARDO, BLUEPILL, NODEMCU. Those are the ones I have in my hand, right now ! But no USB-Shield. Hmm !? So, you think it´s not possible without USB-Shield ??
You want to connect the keyboard to the Arduino and the Arduino to a PC.
For that you can use an Uno and the PS2 library, as I said: Connect Arduino UNO to USB Keyboard - Arduino Project Hub
You've said you tried it and it didn't work, but you still haven't posted code or a wiring diagram.
What I realy want to do is, connecting a USB Bar Code Scanner that behaves like a keyboard to a plc via RS232. The problem is that I don´t have any idea how to do that. What Arduino is the best for this project ? Is there already a sketch ? Do I need a USB-Shield or not ??? I need help, even to start this project. All I know is, I need to convert the USB to RS232. There is a lot about it the other way around. RS232 to USB. But this is not what I need. I´m always picking heavy tasks !