Jack Ensor wrote:
> Thanks, John. I'll give that a try.  Appreciate your response.
> Can you tell me how to set on of the pins on the parallel port to a one?

You can create a signal, connect it to the pin, and set it true:

     newsig one bit
     linksp one parport.0.pin-whatever-out
     sets one TRUE

Or you can set the pin directly (setp is actually the "set parameter" 
command, but it works on pins as long as they aren't connected to anything).

     setp parport.0.pin-whatever-out TRUE

Please read the HAL manual.


Regards,

John Kasunich

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to