Pulse Signs
Blitz3D Forums/Blitz3D Programming/Pulse Signs| 
 | ||
| Hi, How to send pulse signals to the Paralell port? Do you know any dll to this? Thanks | 
| 
 | ||
| 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. | 
| 
 | ||
| I think the hardest thing will be finding a computer with a parallel port. | 
| 
 | ||
| To use parallel port, I use a PCI card =D... Someone know any dll to do this? | 
| 
 | ||
| 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(). |