Hi,
I want to set lineConfigure on port like this.
4-line IN, 4-line OUT
In delphi -----------
CWDIO.Ports.Item(0).Assignment := cwdioLineConfigured;
CWDIO.Ports.Item(0).Ports.Item(0).LineDirection := 15; // binary = 1111
But it does not work.
in Basic -----------
CWDIO1.Ports.Item(0).Assignment = cwdioLineConfigured
CWDIO1.Ports.Item(0).LineDirection = 15
MsgBox CWDIO1.Ports.Item(0).LineDirection
Also it does not work.
Only I can set this, by MAX.
Can I set this port line assignment in my program?
Any language (C, Basic, CVI) will be OK, except Labview.
TIA.
SJ Lee