Code for q-basic

C

Thread Starter

Chad Gibeaut

I am trying to send signals from one computer to another. Using two modems. I am using One comp to control the other. The second one is going to be used as the main controller for a robot. I am programing it in q-basic. If you know any thing about it. Send it to me.

Chad Gibeaut
[email protected]
 
A

Alex Pavloff

I reply to the list, not any one person. But anyway, it seems to me that a simple remote control would be, once you establish the connection, spin the second computer in a loop, waiting for input from the modem.

However, quite frankly, QBasic is a pretty low tech tool for that sort of thing. Some sort of more advanced system (Windows or Linux), if you can run it on your hardware platform, might make things more flexible.
 
Top