LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Equivalent of the "GetInQLen" function with Windows SDK?

Hey,
I have a code which used the RS232 CVI library but now I want to use the Windows SDK one. My problem is to find the equivalent of the "GetInQLen" function. For the moment I am using the "GetCommProperties" and the associated structure but the result is the max size of the input buffer and not the size of the message.
Do you have any solution to my question?
A French guy.
0 Kudos
Message 1 of 6
(3,584 Views)
Bonjour,

regardez plutot dans la struct
COMSTAT, le champ "cbInQue"

"Specifies the number of bytes received by the serial provider but not yet read by a ReadFile operation"

Pourquoi ne pas utiliser CVI ?.
0 Kudos
Message 2 of 6
(3,584 Views)
Je m'ai posé la même question, pourquoi pas CVI? -Azucena
0 Kudos
Message 3 of 6
(3,584 Views)
tu parles aussi français ....c'est trés bien !
0 Kudos
Message 4 of 6
(3,584 Views)
Pierre schrieb:

>tu parles aussi français ....c'est trés bien !
>
>
moi, j'essaie d'eviter microsoft si possible.....
0 Kudos
Message 5 of 6
(3,584 Views)
Ce n'est pas ma langue maternelle, mais oui je le parles depuis longtemps 🙂
0 Kudos
Message 6 of 6
(3,584 Views)