Teensy++ 2.0

Status
Not open for further replies.

Kersten

New member
Can i use the Tensy++2.0 Board to communicate with my Computer?

I mean that i send over a serial port a command and the board answers over the same USB Cable.
Is it possible?
 
Ok, another question:

Is it possible to communicate with my computer over serial port and simulate a mouse/keyboard at the same time with one tensy board?
 
Yes, I believe so.

Open the Arduino IDE (wear latex gloves to keep your hands clean :p ), after installing Teensyduino into it. Open the 'Tools' menu, look under 'USB Type', and there's a 'Serial + Keyboard + Mouse + Joystick' entry in there.
 
Is there a way to do this (initialize the one connection to be recognized both as a mouse and keyboard device) without using Arduino IDE? I was looking through the usb_init and similar functions in the sample libraries but I'm only a few days into this and was wondering if anyone knew a simple way
 
Status
Not open for further replies.
Back
Top