Pulse Signs

Blitz3D Forums/Blitz3D Programming/Pulse Signs

EmerGki(Posted 2008) [#1]
Hi,

How to send pulse signals to the Paralell port?

Do you know any dll to this?

Thanks


H. T. U.(Posted 2008) [#2]
It sure isn't supported by Blitz commands. I tried the same thing a few years ago. You'll probrably have to make your own dll for this one.


GaryV(Posted 2008) [#3]
I think the hardest thing will be finding a computer with a parallel port.


EmerGki(Posted 2008) [#4]
To use parallel port, I use a PCI card =D...

Someone know any dll to do this?


Kryzon(Posted 2008) [#5]
If it can be done with C++, it can be made into a DLL.

PS: Learn how to do it in C++ then export it as a DLL.

EDIT: Scratch that, here you go:

http://logix4u.net/Legacy_Ports/Parallel_Port/Inpout32.dll_for_Windows_98/2000/NT/XP.html

You'll still need to create a .DECLS.
It's as easy as it can get. You have Inp32() and Out32().