Search found 4 matches

by pingiscoolest
Thu Dec 25, 2008 9:44 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Parallel port programming
Replies: 7
Views: 15046

Yes Yes I did
by pingiscoolest
Wed Dec 24, 2008 4:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Parallel port programming
Replies: 7
Views: 15046

I installed port talk but I still have the same problem, except I have realized that when I restart Qbasic the first command I send to the parallel port works but after that It always stays the same. For example if I first start Qbasic and type: OUT 888, 111 X=INP(888) PRINT X Then I get 111, no mat...
by pingiscoolest
Tue Dec 23, 2008 10:21 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Parallel port programming
Replies: 7
Views: 15046

Ok thanks I'll try that for some reason I thought that was only nessacary in VB.
by pingiscoolest
Sun Dec 21, 2008 11:44 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Parallel port programming
Replies: 7
Views: 15046

Parallel port programming

I have read some tutorials on how to program the parallel port in qbasic but cant seem to get it right. When I run the code: OUT 888, 255 X = INP(888) PRINT X I always get the value 8. No matter what I set the port to. :( What am I doing wrong :?: Also the pins dont output the correct value. I know ...