Search found 6 matches

by Rogelio
Tue Oct 28, 2003 10:16 am
Forum: QBasic / QuickBasic related
Topic: Condition quiestion
Replies: 2
Views: 1347

Re: Condition quiestion

That's exactly what I was looking for.  :)

Thank you so much!
by Rogelio
Tue Oct 28, 2003 1:56 am
Forum: QBasic / QuickBasic related
Topic: Quick basic on xp
Replies: 13
Views: 4015

Re: Quick basic on xp

Thanks for the info its very helpful.

I already know how to use the printers port :D

Thanks!
by Rogelio
Tue Oct 28, 2003 12:06 am
Forum: QBasic / QuickBasic related
Topic: Few questions
Replies: 3
Views: 1661

Re: Few questions

Thank you very much, that source will be very helpful.
And yes I knew about the binary numbers, but I hadn't look it at that way. But I don't know how to implement it cause each light is independent form each other.

Thank you very much.  :D
by Rogelio
Mon Oct 27, 2003 5:08 am
Forum: QBasic / QuickBasic related
Topic: Condition quiestion
Replies: 2
Views: 1347

Condition quiestion

Is there a function that turns on something if its off and viceversa?

For example if you type the letter a, the program checks if its on(1) or off(0), if it has a 1 value then it prints a 0 value, and if it had a 0 value it prints a 1 value.

Please help, or tell me where can I find info on this ...
by Rogelio
Mon Oct 27, 2003 4:39 am
Forum: QBasic / QuickBasic related
Topic: Quick basic on xp
Replies: 13
Views: 4015

Quick basic on xp

Hi
I need to make a quickbasic program in a computer which has windows xp, but I need to save my program in a floppy in order to run it in another computer in DOS mode.

How do I build my program in the xp machine? (I need the printer's port in my program)
How do I save it in a floppy?
How do I run ...
by Rogelio
Sun Oct 26, 2003 2:20 am
Forum: QBasic / QuickBasic related
Topic: Few questions
Replies: 3
Views: 1661

Few questions

Hi

I'm new to qbasic, and I barely know how to program in c.

Using the printer's port I've connected it to a breadbord(?) and it has 8 leds. I tested it and it works.

How do I assing each led to a letter on my keyboard?
How do I program it so when I press a letter its corresponding led turns on ...