06-21-2007 07:19 PM
06-22-2007 04:00 AM
@Mert A. wrote:
Well, the CVI RS-232 library is written on top of the Windows SDK, so driver-level behaviors like stop bit handling are below its scope and should not be affected by an upgrade from 8.0.x to 8.1.x.
Mert A.
National Instruments
Well I don't think this is entirely true: for example I would expect the CVI library to call the SDK function SetCommState() at some point. The DCB structure thus passed to Windows to configure the port includes a field fAbortOnError. It is entirely possible that previous CVI library versions could have set this field to ignore device errors (including framing errors), while a new library might have a stricter regime and set the field such that the low level driver does check for such errors, in conjunction with ClearCommError().
Then again, it could be something else altogether...![]()
JR
06-22-2007 06:01 AM
Dear Mert,
Link you ask me the 06/20/2007, follows my email :
Patrick BRESSAN
Software Department Responsible
Society CAPRA
Email : softdept@capra.com
06-22-2007 01:01 PM
06-22-2007 01:35 PM
06-22-2007 06:04 PM - edited 06-22-2007 06:04 PM
Message Edited by Mert A. on 06-22-2007 06:05 PM
06-26-2007 05:53 AM
06-28-2007 06:13 PM
08-21-2007 01:53 PM
08-21-2007 02:32 PM