Get the latest consumer robot tips, tricks, and warnings, delivered direct to your email box.  Subscribe now!
 Name
 Email
 

Tuesday, October 12, 2004

 
From the RobotRule discussion forum:

Question asked by Chrome:

I have an old 486 Compaq Contura 400CX laptop, 8meg of ram, 400meg HD.
I am wanting to build a robot somewhere around the size of R2D2 ( just the size as a reference) with this laptop incorporated for control.
I presently have DOS 6.22 installed, and am wondering if I should use QBasic or ASM to program the 'bot. I'm not very familiar with ASM, but somewhat familiar with QBasic (Maybe use C? Not very familiar with it either).
Eventually I want to upgrade Laptops and have it connected wireless to my home network. The PCMCIA slots on this laptop are hosed, so that isn't an option right now. As well as any CD installs, as it only has a floppy drive.
Any websites with tips for serial and parallel control would be appreciated.
and of course any snippits of code to study would be great.

This is basically going to be an experimental mobile base for whatever I find interesting to try.

Thank You

Chrome

Back to top

Answered by Robert

Chrome,

Parallel Port

This web page has a good deal of information on programming the parallel port interface for use with a robot:

http://www.phanderson.com/

Robotics India has a good paralle port tutorial, here's part I:

http://www.roboticsindia.com/modules.php?name=News&file=article&sid=51

And part II:

http://www.roboticsindia.com/modules.php?name=News&file=article&sid=59


Serial Port

This site has some information and sample "C" code for programming an RS-232 (serial) port for use with a robot:

http://www.mobilerobotics.org/robot/index.php?option=content&task=view&id=34&Itemid=44

BTW, that site (Mobile Robotics), focuses on PC based robotics using the Linux operating system.

A Linux PC based tutorial on programming the serial port (generic, not targeted to roboteers):

http://www.tldp.org/HOWTO/Serial-Programming-HOWTO/

Programming Language

Regarding a choice of language, assembler is pretty tough stuff, especially for a novice. I'd go with a high level language at least at first. I'm not sure which Basic is best (QBasic, etc) , but if you aren't a skilled "C" programmer, you might want to try Basic first.



Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?