I have no problems setting any of the dcb parameters except the
ones below. The PBDLL6.0 compiler gives me an error saying it's
not a valid member. I looked in my win32api.inc and these are all
part of the type. Any ideas what's going wrong?
Best Regards
Jim
dim pconfig as dcb
''pconfig.fBinary=%true
''pconfig.fparity=%false
''pconfig.fOutxCtsFlow=%false
''pconfig.fOutxDsrFlow=%false
''pconfig.fDtrControl=%dtr_control_disable
''pconfig.fDsrSensitivity=%true
''pconfig.fTXContinueOnXoff=%true
''pconfig.fOutX=%false
''pconfig.fInX=%false
''pconfig.fErrorChar=%false
''pconfig.fNull=%false
''pconfig.fRtsControl=%rts_control_disable
''pconfig.fAbortOnError=%false
------------------
Jim Seekamp
ones below. The PBDLL6.0 compiler gives me an error saying it's
not a valid member. I looked in my win32api.inc and these are all
part of the type. Any ideas what's going wrong?
Best Regards
Jim
dim pconfig as dcb
''pconfig.fBinary=%true
''pconfig.fparity=%false
''pconfig.fOutxCtsFlow=%false
''pconfig.fOutxDsrFlow=%false
''pconfig.fDtrControl=%dtr_control_disable
''pconfig.fDsrSensitivity=%true
''pconfig.fTXContinueOnXoff=%true
''pconfig.fOutX=%false
''pconfig.fInX=%false
''pconfig.fErrorChar=%false
''pconfig.fNull=%false
''pconfig.fRtsControl=%rts_control_disable
''pconfig.fAbortOnError=%false
------------------
Jim Seekamp
Comment