LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial and COM Port Communication


@Ben wrote:

Using 1 stop bit and 8 data bits (an Ben being lazy rounds that up to 10) 9600 baud will only give you about 960 characters per second.


You forgot the 1 start bit.  So you are not being lazy, but accurate.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 21 of 25
(814 Views)

Except the device expects 2 stop bits so Ben's being lazy again


"Should be" isn't "Is" -Jay
Message 22 of 25
(808 Views)

@JÞB wrote:

Except the device expects 2 stop bits so Ben's being lazy again


The screenshot the OP showed had it set to 1 stop bit.  So we are back to 10 again...


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 23 of 25
(792 Views)

I refuse to argue with Bill when he actually notices details like that.  Go back to page one.


"Should be" isn't "Is" -Jay
Message 24 of 25
(788 Views)

Thank you for the help everyone!

 

Turns out the write charter was not formatted correctly.  I ended up using a U8 variable to string using a type cast.  The code that I was referencing was outputting as the following.


Untitled5.png

 

Anyway, I used the inquiry method and I am getting fast results just how I want them!

 

Thank you!

0 Kudos
Message 25 of 25
(747 Views)