LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

last bit in serial setting

Have you tried to do this with another terminal program, like HyperTerminal, if you're on Windows?
0 Kudos
Message 11 of 13
(1,002 Views)
Maybe you can try to set "VI_ATTR_ASRL_END_IN" & "VI_ATTR_ASRL_END_OUT" to be 2. It can help you.
0 Kudos
Message 12 of 13
(946 Views)
You are responding to an old post and in LabVIEW, the property names are Serial Settings:End Mode for Reads (short name ASRL End In) and Serial Settings:End Mode for Writes (short name ASRL End Out) and the value is an enum with a value of 'TermChar'. Giving the C code is just going to confuse people here.Smiley Wink
0 Kudos
Message 13 of 13
(935 Views)