Hi, right been researching and finding stuff to get my project together, i have found a serial touchpad and also (for a ps/2 touchpad) have found the ezmouse...
Hi, I read you know something about connecting the bx to the bluetooth device. Coulyou please help me? I've been researchin for some days now and I still don't...
... another Bluetooth... The EB500-SER has a 123-page manual that has examples (for the Basic Stamp, at least) from cover to cover. It appears to have two...
I need read a dmx channel value with basicX I think use a 76176b to convert dmx to ttl, the i need read the 3 bytes of dmx signal. Can anybody send to me a...
... http://tech.groups.yahoo.com/group/basicx/files/Datasheets-Appnotes-Examples-Dra\ ... Tom, thanks a lot. That was REALLY usefull. I understand how to...
... One end needs to find the other, a process called pairing. You must usually tell one of the radios to allow pairing, then direct the other to find it. I...
Ok, I wrote a code that I think should work if I insert my MIDI program in it. Public Sub Main() dim ibuffer as byte dim obuffer as byte dim q1 (1 to 160) as...
Yup, your code compiled and ran fine. I added an OpenCom1 so the the loop output would be easily visible in the IDE: Option Explicit Public Sub Main() dim...
Ok, I added my program to the code. This s it dim outputBuffer(1 to 10) as byte '1-byte output buffer dim inputBuffer(1 to 13) as byte '1-byte input buffer ...
... only finds a COM5... That's probably correct. COM5 is the _PC_ COM5, a logical port assigned to _its_ Bluetooth device. COM5, on the PC, is the port you...
Ups, sorry, somehow I thought both bluetooth had to be COM3. Now my problem is that I don't know how to recieve the MIDI that my bx is sending out. Should I...
Now I'm puzzled. Is your intent to have the PC play a note that corresponds to a distance determined by the BX-24? Or have the BX-24 drive a MIDI hardware...
That's exactly what I want, my bx sending out MIDI, but I don't know how to translate the data recieved into sound or how to send it into the MIDI board I...
... the data received into sound or how to send it into the MIDI board... If the goal is to generate sound you can look into the BX-24 PlaySound procedure to...
You're right about that. So I'm thinking about buying another eb500 and connect it to another bx. That way I can split my sensors-midi code, so one bx captures...
... Right about what? I think I asked which of three possibilities you're trying to do. ... the audio out to a midi board. You can't send audio to a MIDI...
Ok. The thing is I have 2 bx, 2 eb500 and midi boards. The proyect is to capture certain sensors, so when one of them is activated, we send a midi note out....
... send the MIDI by it? I suspect you can do either, that's a design decision that you need to make. I would send the raw data wirelessly and convert to MIDI...
Hi I got the basicx-24 developer kit and I'm trying to connect a LED to each programmable pin of the chip and I run into a problem: A) If I connect the (-)...
... An LED normally needs a current-limiting resistor in series to prevent destroying it - or the circuit trying to drive it. Usually, LEDs operate with 20mA...
... Thank you for your contribution to this group. - What school do you attend? - Where is your school? - Who is your instructor? - What is your current class?...
... Although questions can sometimes seem ignorant and arrogant, I think beginners are most often sincere in their pleas for assistance. I realize those few...
... newbie ... Hi, chris i think i've read your book, very good and helpful i enjoyed working through it alot, but it didn't cover com ports which brought me ...
... What? Cagie?! Bad example. You got specific responses, some PS/2 mouse data structure information and three component suggestions (themselves containing...
If and when you find that source, please don't tell the rest of us, as learning by doing as much of the research as possible on your own is much more rewarding...