'and' is being used as a bitwise operator, not Boolean.  So we are
testing for the single bit at value 16 (0x10).  LabVIEW also works the
same way with the AND primitive et al. when you use integers as
arguments.

You should be able to use the Port I/O VIs to do port reading/writing.

Reply via email to