|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/20/2009 3:29:09 PM
Posts: 1,
Visits: 5
|
|
When I try to call ConfigurePortForOutput (as advised several places on this website) I get the following error:
Unknown command "ConfigurePortForOutput"
Similarly, ConfigurePortForOutput is not listed in the E-Basic Help topics.
What's the deal? does this command not exist in E-Prime 2.0 Professional (which I am using)? If not, what has replaced it?
|
|
|
|
|
Forum MVP
      
Group: Forum Members
Last Login: 3/5/2010 1:35:19 PM
Posts: 641,
Visits: 2,010
|
|
I searched the Forum for "ConfigurePortForOutput" and found the following posts:
http://support.pstnet.com/forum/Topic1164-8-1.aspx
http://support.pstnet.com/forum/Topic1842-8-1.aspx
http://support.pstnet.com/forum/Topic250-12-1.aspx
They all mention the sampe "ParallelPortConfigure" program that you may download from PST. And if you look in the User Script area of that file you will see that ConfigurePortForOutput is defined as a subroutine within the program. So, ConfigurePortForOutput is not a standard part of EP, it is only defined as a subroutine in the ParallelPortConfigure sample from PST, and you have to copy that routine and others as needed from the sample file into your own program file.
-- David McFarlane, Professional Faultfinder
|
|
|
|