
-----------------------------------
MiHa
Fri Jan 20, 2006 4:59 pm

Parallelput...
-----------------------------------
PPL I need help with parallelput, we are doing some projects at school and we use tehre ancient computers :) so when I tried to use  parallelput home it says that "DLPORTIO. SYS device driver not loaded"  :shock:  I have no idea what that means.... help plz.. need to finish the project by monday  :( 

P.S don't have an printer port(somebody told me only with printer port works)

-----------------------------------
Delos
Fri Jan 20, 2006 5:21 pm


-----------------------------------
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:


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.

-----------------------------------
masterfenix
Fri Jan 20, 2006 6:12 pm


-----------------------------------
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

-----------------------------------
md
Fri Jan 20, 2006 6:35 pm

Re: Parallelput...
-----------------------------------
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.

-----------------------------------
Rasta Fella
Fri Jan 20, 2006 7:02 pm


-----------------------------------
I think you want to connect a joystick... well if you do write


112:=up
120:=right
56:=down
88:=left%orwhatever the joystick shows

joystick:=parallelget



-----------------------------------
Rasta Fella
Fri Jan 20, 2006 7:04 pm


-----------------------------------
And for the DLPORTIO.sys error you can install that its under where you downloaded Turing->support->DLPORTIOInstall.exe.

-----------------------------------
MiHa
Fri Jan 20, 2006 9:10 pm


-----------------------------------
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 :P not  my first language
