PDA

View Full Version : Setting pins of the LPT port high and low with girder...



cyberwouter
December 21st, 2003, 04:07 AM
How can i set my LPT pins high and low with girder? I know it must work with lua, but how? :roll:

Promixis
December 21st, 2003, 05:53 AM
I haven't tried this but I have seen ActiveX controls that allow you to control the parallel port. I would search google for a control and then try using that with lua. See that above sticky on how to use luacom and activex. AFAIK, there is no plugin to do this. You will need Girder 3.3.0.


Mike

cyberwouter
January 10th, 2004, 07:29 AM
Nobody an idea?

Promixis
January 10th, 2004, 07:41 AM
This is about all the spoon feeding you will get :)

Download this ActiveX control http://www.jspayne.com/io/home.html

or this one http://www.shareup.net/Development/ActiveX/PPCtrl-Parellel-Port-I-O-Control-review-9556.html

There are many other available. You will need to learn lua and luacom.

Mike3

cyberwouter
January 10th, 2004, 09:19 AM
This is about all the spoon feeding you will get :)

Download this ActiveX control http://www.jspayne.com/io/home.html

or this one http://www.shareup.net/Development/ActiveX/PPCtrl-Parellel-Port-I-O-Control-review-9556.html

There are many other available. You will need to learn lua and luacom.

Mike3Hmm, I had about a year ago a simple LUA code to control the datapins, but due a system crash is lost it :cry: .

Promixis
January 10th, 2004, 10:12 AM
Using a plugin? I don't remember ever seeing a lua plugin to do parallel operations.... Would be nice though ;)

cyberwouter
January 10th, 2004, 12:04 PM
Ok, but what plugin do I need? And what code do i need to set, for examample, pin1 high?

Agonostis
January 10th, 2004, 04:45 PM
Doesn't the LUAPortIO Plugin (http://prdownloads.sourceforge.net/girderplugins/LUAPortIO1.0.1.zip) do this?

(referencing this thread (http://www.girder.nl/phpBB2/viewtopic.php?t=3465&highlight=paralell+parallel+plugin))

I'm looking to do some parallel port relay stuff in the coming months, hopefully with this device (http://electronickits.com/kit/complete/elec/ck1601.htm), so I'd love to know if I'm misinterpreting. Thanks.

Agonostis
January 12th, 2004, 11:47 AM
Bueller?

@Cyberwouter, does this do what you want?

@Mike C, am I missing something? Will this plugin allow me to do parallel operations to control the relay I linked?

Promixis
January 12th, 2004, 11:49 AM
Opps, I have never noticed that plugin :)

Give it a shot.. sounds like it will work.

cyberwouter
January 12th, 2004, 12:01 PM
Bueller?

@Cyberwouter, does this do what you want?

@Mike C, am I missing something? Will this plugin allow me to do parallel operations to control the relay I linked?Hmm i think that that the plugin is i used before.... I'm going to take a look in the readme file to check out wat programming code i need to let it work.