Javelin vs basic stamp comms question
Malcolm
Posts: 15
Hi, I have a Basic stamp II carrier board.· I have been using a basic stamp that used SERIN & SEROUT on port 16 (the D-connector).· I now want to use a Javelin.· Can I use the Sout & Sin on the Javelin like I did on the basic stamp?
Thanks for any help.
Thanks for any help.
Comments
then yes, you can use the javelin program port (named JIDE) because
the javelin IDE software has its own debugger window named messagewindow.
If you used your basic stamp programming port to communicate with external devices,
then no, not directly, because any data you send to the programming port (using
System.out.print()) will be interleaved with socalled meta-data that is used by
the messagewindow. This protocol is publicly available so if you have the sources
for devices that you would like to communicate with,·you can filter out these
meta-databytes.
regards peter
I'm looking to use this system to teach myself programming in Java.
Also, can I use the same carrier board or do I need a Javalin starter kit? Maybe the ultiboard? Arrrgh, too many choices.
Thanks for any info,
Orpheuse
If you are leaning Jave, I suggest a USB conector with a breadboard.· (few new computers have serial D-connector ports anymore).