HW Board not identifiable by BSE but can been seen in a debug window
vectormechanic
Posts: 2
Several months ago, I purchased a HomeWork board, installed the editor (2.4.2), and did the FirstProgram exercise. After that, I got sidetracked and just recently got back to playing with my HW board.
When I try to identify the board, BSE cannot find the board. However, if I pull up a debug window and press the reset button on the board, the text that I defined in the original program appears. If I try to run a new program, it fails because BSE cannot identify a board to download, even though I know it's there (from the debug interface).
Even though my primary attempts to run a program are on my machine that is using Windows 7, I have also tried it on a machine using XP Pro. I have tried the troubleshooting tips in the manual and have tried everything including tweaking FIFO settings, checking the battery (9.12V, although if the battery was no good I wouldn't get the original text in the debug window)
Not that the code really matters in this case, but here it is anyways:
' What's a Microcontroller - FirstProgram.bs2
' BASIC Stamp sends a message to Debug Terminal
' {$STAMP BS2}
' {$PBASIC 2.5}
DEBUG "Hello, it's me, your little green circuit board!"
END
Thanks for your time
Mick
When I try to identify the board, BSE cannot find the board. However, if I pull up a debug window and press the reset button on the board, the text that I defined in the original program appears. If I try to run a new program, it fails because BSE cannot identify a board to download, even though I know it's there (from the debug interface).
Even though my primary attempts to run a program are on my machine that is using Windows 7, I have also tried it on a machine using XP Pro. I have tried the troubleshooting tips in the manual and have tried everything including tweaking FIFO settings, checking the battery (9.12V, although if the battery was no good I wouldn't get the original text in the debug window)
Not that the code really matters in this case, but here it is anyways:
' What's a Microcontroller - FirstProgram.bs2
' BASIC Stamp sends a message to Debug Terminal
' {$STAMP BS2}
' {$PBASIC 2.5}
DEBUG "Hello, it's me, your little green circuit board!"
END
Thanks for your time
Mick
Comments
Since the Stamp program works, that implies that the power source is adequate since the Stamp has to be powered to identify or download a new program.
Cheers,
Mick