Interface to a Microcontroller

BlitzMax Forums/BlitzMax Beginners Area/Interface to a Microcontroller

Eric(Posted 2007) [#1]
I have a microcontroller that interfaces with my PC Via the serial port or USB.. How can I interface Blitz to read data I am sending from the Microcontroller similar to the Basic Stamp/ BasicX or Basic Atom... Thanks for any help


grable(Posted 2007) [#2]
You need a port driver for this if your on Windows NT++. doesnt your controler have any software for this?

Anyhow, you could try using something like this:
http://www.beyondlogic.org/porttalk/porttalk.htm or this
http://www.zealsoftstudio.com/ntport/


Eric(Posted 2007) [#3]
Yep it does have software , but I wanted to create Blitz applications that use data coming from a Microcontroller.