parallel port programming

Blitz3D Forums/Blitz3D Beginners Area/parallel port programming

None(Posted 2004) [#1]
I have a simple parallel I/O board that I have controlled with QBASIC using OUT 888,XXX and INP(889). I just recently purchased BlitzBASIC and a little searching yielded me portio.zip. I unzipped all the files and loaded parallel.bb and executed it. I kept getting a "DLPORTIO.SYS is not loaded" error message. After more searching I found and loaded DLPORTIO.SYS into Windows System32 directory. Same results as before..."DLPORTIO.SYS is not loaded". I have no recent experience with any programming languages other than QBASIC (and not a whole lot of that!). What I am looking for is a guided lesson to use BlitzBASIC and parallel.bb (and whatever else is needed) to do some simple OUT 888,XXX and INP(889):A=INP(889):PRINT A work with BlitzBASIC. Anybody want to help? Thanks in advance...


eBusiness(Posted 2004) [#2]
Make a file in the userlib folder in your bb folder called dlportio.decls in this file write: '.lib "dlportio.dll"' restart Blitz, now it should work :)


eBusiness(Posted 2004) [#3]
And welcome to the forum, by the way.


soja(Posted 2004) [#4]
Hi,

You might also be interested in WinIO.


Agamer(Posted 2004) [#5]
Yeh hi man


Ross C(Posted 2004) [#6]
Hey, and welcome :)