Serial Communication
Naphtali Moore
Posts: 42
WOOHOO! I finally·sent a message through the serial port to my stamp! Ok, so I'm building a robot. I will use an old P3 desktop for the main AI and video. I am also using a BasicStamp2sx·to manage the sensors(2 ultrsonic range finders, GPS, tri axle accellerometer, compass) and work the servos(4) and drive(HB25). I am writing the main interface in BlitzPlus, which gives me a fairly easy GUI and graphics capability. Its used for programming games mostly and its super easy.·Communication between the PC and·BS will be conducted via the COM1 serial port. Well today for the first time I was able to send a message from a Blitz app·to the·BS2sx via a DLL I wrote (with lots of help, thanks Dave Scott) in C++. All I can do is turn an LED on and off but IT WORKS!
Comments