how to wire arduino bt to send data to computer???

ok, i know this is probably a stupid question, but this may come from the fact i haven't Ordered my arduino bt yet.
Anyway, i can't understand how to wire the arduino bt so that i can send controller values through the built in bluetooth module
Do i have to connect my controllers to a specific pin hardwired to the bluetooth module?
As i understand it, the whole point of the arduino bt is to avoid having to use a physical connection such as a midi port to link it to another bt device (such as a laptop), but i don't understand how i should route the various componants on the board itself...
HELP!!!!!!!

hi

data from any sensor you connect to the BT can be sent to the host computer. So, for example, if you connect three switches to the BT, you would write some code for the BT to send the sensor over the serial port, and then deal with it in something like MAX, Flash, Processing or PD on the computer end. Definitely not plug-and-play, if that's what you;re after, as it will take ten hours or so to make anything decent work. That's why it's so cheap-- you have to do the integration work. :slight_smile:

D