Page 1 of 1

parallel or USB port

Posted: Sun Nov 01, 2009 12:33 am
by Hacker
Hi:

I wonder if you can control the parallel or USB port of a computer through a program of CoolBasic. :)

Thank you very much. Greetings.

Re: parallel or USB port

Posted: Sun Nov 01, 2009 10:54 am
by kaneli2000
For what I know, the only way seems to be a DLL-file. Although I don't have a clue if it's done.

Of course, normal memory sticks in USB-ports can be used in CoolBasic just like any other drive:

Code: Select all

obj = LoadObject("F:\guy.bmp",90) //load an object named obj from drive F: (memory stick)