Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

The Basic Serial Write and Read VI is adding FF at the end of every command

HI,

 

I'm using the basic serial write and read VI for RS-232 communication and at the end of every command FF is added wich is causing problems (I'm communicating with an Actel development board). Is there a way to disable this (and where does it came from)?

 

I use the following settings:

baud rate: 9600

data bits: 8

parity: none

stop bits: 1.0

flow control: none

termination character: false

 

Thanks

 

Ben

0 Kudos
Message 1 of 3
(3,436 Views)
so it must come from the commands you are sending, please publish your vi
greetings from the Netherlands
Message 2 of 3
(3,434 Views)

Thanks Albert for pointing me in the good direction. I was so convinced that it came from the basic serial write and read VI that I didn't look further away. I finally found out where it came from, a leftover from old code that I reused.

 

Ben

0 Kudos
Message 3 of 3
(3,409 Views)