LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I have an error RS232:-13 "Invalid parameter" in executing my Dlls and I don't find why?

Could you know this error? When does it appear?
Thanks for your answers.
CFr.
0 Kudos
Message 1 of 2
(2,956 Views)
Most generally this error indicates an improper use of one of the RS-232 library functions, in that a parameter was passed to it that is not capable of being used internally to the function. However, in your case, since you didn't provide much indication as to what function call is producing the error it is very hard to tell what is giong on.

I'm afraid everyone will need far more information about the problem in order to figure out why it is happening in your case. For example, do you know what function call is generating this error? If so provide a code snippet with the exact parameter listings (i.e. declarations and all) so that we can see if you are calling the function correctly. Also provide information about the OS you are running on and a general context of
your dll and application. Now, if you are not the developer of this dll and do not have the source code, things will become difficult for debugging this, and it would probably be best just to have the developer take a look at it.

Jason F.
Applications Engineer
National Instruments
www.ni.com/ask
0 Kudos
Message 2 of 2
(2,956 Views)