LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial port - interrupt

Solved!
Go to solution

Good afternoon,

I have a question, on a project that I'm doing ..

 

How can i stop sending the serial port without disconnecting the serial port?

 

thanks

0 Kudos
Message 1 of 13
(3,078 Views)

What exactly do you mean by "stop sending the serial port"?

 

If you are continually writing data to the serial port to send out data, then you just stop writing data to it.

0 Kudos
Message 2 of 13
(3,056 Views)

 

I want to send 4 bits, and stop.

and only when you ask to send again, the serial port send and stop ..

0 Kudos
Message 3 of 13
(3,053 Views)

... and labview must remain active.

0 Kudos
Message 4 of 13
(3,051 Views)

Your question makes little sense. Can you show us a simplified version of your code?

0 Kudos
Message 5 of 13
(3,036 Views)

Screenshot_20210116_195313.jpg

Screenshot_20210116_195259.jpg

I send 2 cases, true or false..

0 Kudos
Message 6 of 13
(3,023 Views)

If you want i send a program (.vi)..

0 Kudos
Message 7 of 13
(3,022 Views)

Yes.  Attach the VI.  Partial screenshots show us nothing.  We can't even tell if and where a loop is in your program.

 

Note.  Serial ports don't send bits.  They send bytes.

 

So did you mean to say that you program sends 4 bytes?

0 Kudos
Message 8 of 13
(3,010 Views)
thank you for the answer.
I wanted to say bytes ...
 
 
 
 
 
0 Kudos
Message 9 of 13
(3,001 Views)
0 Kudos
Message 10 of 13
(3,000 Views)