I would like to create project that can write/typing keyboard to PC B from my PC A with arduino real time.
The photo below shows an Arduino Leonardo + USB Host Shield. Can you create an Arduino project to emulate a keyboard?
The white micro USB cable is connected to Computer A to run the script.
The blue USB cable is connected to Computer B to emulate a keyboard (similar to a physical keyboard).
So, every time Computer A runs a script, for example, typing "Hello," Computer B should also type "Hello." I've tried several tutorials, but the output still goes to Computer A via the white cable, and the blue cable on the compyter B doesn't detect anything. Thank you.
Hi, yes, Leo can emulate and run my script, but I want to use that usb port from leo to connect and run script from my PC A, so I need another usb port to send and emulate keyboard to PC B, thats why I use usb host shield, but it didnt work (not detected on PC B)
Years ago I made an 'Arduino messenger'. Two people could chat through the serial monitor of the Arduino IDE. I used two ARduinos on two sides. I configured two Bluetooth modules in Master-slave mode. I connected them with each of the Arduino. Will this solution solve your purpose?