Parallel Port and Signal Generation

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!
Post Reply
electramotive
Newbie
Posts: 1
Joined: Thu Jul 20, 2006 7:34 pm

Parallel Port and Signal Generation

Post by electramotive »

Just wondering if this could be done using QBasic and if so any info or supporting links would be greatly appreciated. I am trying to send out a varying pulse train for a small engine application. Any code or info on parallel ports and qbasic in general would be great.
Thanks,
Nick
Antoni
Veteran
Posts: 132
Joined: Wed Jun 15, 2005 3:01 pm
Contact:

Post by Antoni »

If you are running QBasic in DOS or in windows 9x you can access the paralel port using OUT and INP from QBasic . If you are running XP or W2000 the OS's will not let you access the parallel port from DOS.

This link may be useful
http://www.lvr.com/parport.htm
Post Reply