I opened "nodavecomponent.pas" file and Replaced this line:
DaveFDS.rfd: = setPort (@ Address , '38400 ',' O ');
With This one:
DaveFDS.rfd: = setPort (@ Address , '9600 ',' E ');
When I Executed demo program. It worked.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can I connect Delphi 7 with S7-200 with the PPI?
I'm trying to NodaveDemo and I can not.
Does anyone have any example?
thanks
I could solve by searching the forum:
I opened "nodavecomponent.pas" file and Replaced this line:
DaveFDS.rfd: = setPort (@ Address , '38400 ',' O ');
With This one:
DaveFDS.rfd: = setPort (@ Address , '9600 ',' E ');
When I Executed demo program. It worked.
Thanks