H. T. U. #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.
Kryzon #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.htmlYou'll still need to create a .DECLS.It's as easy as it can get. You have Inp32() and Out32().