Computer Science Canada Parallelput... |
Author: | MiHa [ Fri Jan 20, 2006 4:59 pm ] |
Post subject: | Parallelput... |
PPL I need help with parallelput, we are doing some projects at school and we use tehre ancient computers ![]() ![]() ![]() P.S don't have an printer port(somebody told me only with printer port works) |
Author: | Delos [ Fri Jan 20, 2006 5:21 pm ] |
Post subject: | |
Please be more explicit in what you are trying to do. PC.ParallelPut() is used for some rather complicated things, but Printing is not one of them. If that's what you're trying to do: F10 wrote: The PC.ParallelPut procedure is not meant for sending a stream of characters to the parallel port (for example, if you want to send the string "Hello" to the printer). If you want to do this, open the file "LPT1" using the open statement and put to the file. If not, please post some code so we have somewhere to start. |
Author: | masterfenix [ Fri Jan 20, 2006 6:12 pm ] |
Post subject: | |
You dont have the drivers installed for that error. Read this site: they have the drivers and everything and make it very easy: http://www.holtsoft.com/turing/support/#parallelport |
Author: | md [ Fri Jan 20, 2006 6:35 pm ] |
Post subject: | Re: Parallelput... |
MiHa wrote: P.S don't have an printer port(somebody told me only with printer port works)
If by that you mean you don't have a Parallel Port then you'd be fubar'd. ParallelPut outputs to the parallel port, as the name implies. |
Author: | Rasta Fella [ Fri Jan 20, 2006 7:02 pm ] | ||
Post subject: | |||
I think you want to connect a joystick... well if you do write
|
Author: | Rasta Fella [ Fri Jan 20, 2006 7:04 pm ] |
Post subject: | |
And for the DLPORTIO.sys error you can install that its under where you downloaded Turing->support->DLPORTIOInstall.exe. |
Author: | MiHa [ Fri Jan 20, 2006 9:10 pm ] |
Post subject: | |
i need to control an electronik hand with the arrows on the keyboard...so I have to give a signal to the parallelport to open the transistor.. etc, etc... sorry for bad english ![]() |