LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial Port and MSC1200

Hello, I´m tried connect the serail port at MSC1200 microcontroller. The program performed perfect, but no message is show in string variable.
Anybody know works with any project like this?

0 Kudos
Message 1 of 2
(2,632 Views)

I guess it's not perfect if you don't get any data.Smiley Wink

You have an indicator for number of bytes read. Is it greater than 0? If it's not, then the reason the string is empty is because there was nothing in the serial port buffer to read. Is the micro constantly sending out data? Have you tried using Hyperterminal to read the micro. If it is constantly transmitting, then the Hyperterminal scree will just fill up as long as you are connected. If the micro requires you to first send a command to request data, then you need to do a VISA Write of that command before doing the read.

0 Kudos
Message 2 of 2
(2,622 Views)