06-29-2006 10:55 AM
Hi, I’m just learning LabVIEW so I’m not that good at it yet, but I’m trying to write a program that can communicate with a temperature monitoring device using RS-485. I was able to do this using RS-232 and the given LabVIEW examples but when I switch my device to 485 and tried the LabVIEW 485 examples I can’t get it to talk. I know the device is working because I’m able to use HyperTerminal and communicate with it. Any one work on something like this before or have any ideas?
06-30-2006 10:41 AM
06-30-2006 11:37 AM
Hi Vince,
Also check for proper termination as Hyperterminal automatically adds termination, but LabVIEW does not. \r\n usually does the trick to terminate as Hyperterminal does.
06-30-2006 01:59 PM