Connecting BS2 to computer
ryfitzger227
Posts: 99
Im working on building a project thats basically a timing system with the BS2. Im using an infared sensor, which works basically like a pushbutton, to start and stop the timer. Now, i'm using Visual Basic to build a computer program for the timing system. The program's job is to decode what the BS2 sends. There will be a little card that prints out and display the time. I understand that the BS2 is in ms. and I need it in seconds. So the computer program will be programed to take a time from the BS2, like 1234 ms., and make it, 1.234 sec. I'll be using a USB connecter to connect it to the computer. Just like the Board of Education is connected. I'll use the FTDI USB Serial Converter. Is that the right IC? But my main question. Is there anyway to use the DEBUG command to send a code to the computer. But I want it to send to my program not the Stamp Editor. Is it possible? If not, how could I send it to my computer program... Sorry if it's confusing! lol...
Thanks!
-Ryan
Thanks!
-Ryan
Comments
At the computer end all you have to do is get your program to open the com port the stamp is connected to and read the data. Check the similar threads below and search for "VB" on the forum.