parallel or USB port

Post your coding questions such as 'how to' here.
Post Reply
Hacker
Newcomer
Posts: 11
Joined: Mon Aug 11, 2008 1:36 am

parallel or USB port

Post 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.
User avatar
kaneli2000
Guru
Posts: 1059
Joined: Mon Mar 17, 2008 2:40 pm
Location: Lempäälä

Re: parallel or USB port

Post 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)
I see the rainbow rising
Post Reply