02-29-2008 10:21 PM - edited 02-29-2008 10:25 PM
02-29-2008 11:06 PM
03-01-2008 11:45 AM
At least in Internet Explorer you have a button in the message editor which opens a spell checker:
Broken Arrow wrote:
a spell checker would be nice
03-03-2008 12:49 PM
03-03-2008 02:24 PM
03-04-2008 10:29 AM
Great answer pBerg, thanks.
...so let me ask this. Given that the UART in questions is divided up into 4 parts, and let say the parts are 16, 32, 64, and 128 bytes, and knowing that on a hardware level, you can only tell if a UART is 1/4 full, 1/2 full, 3/4 full, or 4/4 full, how does LabVIEW (VISA) tell that there are (for example) 2 bytes "at port" since you have to shift out an entire 1/4 of the UART, so in our case, you can only tell if there was 16, 32, 64, and 128 bytes, not 2. (??)
03-05-2008
11:07 AM
- last edited on
07-23-2025
04:05 PM
by
Content Cleaner
Howdy BA,
Could you perhaps give me a brief overview of your application that led you to these questions? I wonder if maybe we're going down a stray path here in troubleshooting an issue.
03-05-2008 07:48 PM
pBerg,
It's not a troubleshooting issue, it's that I have had to recently describe how
my code woks to low-level (hardware) engineers. When I say something like
"Bytes at Port" they go ballistic. They proceed with "what the %#@& is Bytes at Port"? "Bytes in the UART FIFO?", "bytes in a predetermined
software buffer"? "bytes in a dynamically allocated buffer?" Where is this buffer? Show it to me! etc, etc.
In typical NI fashion, like the link you provided, we get only very high level
descriptions as to what's occurring when we use a function like the "Bytes
at Port" property node.
Getting back to my UART example, a hardware engineer may have a hard time
believing that software has the ability to pull less 1/4 of a 4/4 part UART
FIFO because the FIFO register only has the ability to say he's full or not
full.
In essence, there's an intermediate layer of intelligence missing between the
hardware engineer describing how his FIFO works, and how VISA can tell him that there's
exactly 2 bytes available to be read.
Thanks for looking!
03-05-2008 08:09 PM
03-06-2008 11:57 AM