Hi Everybody,
I just upgraded from FWH2.5 to FWH2.7 and have a problem that I did not have before.
When I try to:
if ! SetCommState( cDcb )
nError = GetCommError( nComm )
MsgInfo( "SetCommState Error: " + Str( nError ) )
endif
I get a HARBOUR EXCEPTION error on the SetCommState() line.
This worked fine wit 2.5, What do I need to change in 2.7 to make this work again.
Thanks,
Jeff