04-08-2009 10:31 AM
Did you modify your vi to make sure that it actually does include the termination characters?
And set the boolean to True to enable termination character?
04-08-2009 11:37 AM - edited 04-08-2009 11:37 AM
-- Oops: didn't post image before going to a meeting --
04-09-2009 02:52 AM
04-09-2009 07:32 AM - edited 04-09-2009 07:32 AM
OKay.. It works with HyperTerminal... That's good.
Within Labview, click on the Help Menu and select Search Example.
Select the Search tab and type serial. THere will only be one selection, so click on it.
Have a look at the top two examples on the list at the right.
Advanced Serial Port Write and Read.vi
and
BasicSerial Write and Read.vi
You should be able to communicate with your device using those two. Then have a look at how the code was implemented in those vi's.
04-09-2009 08:38 AM
04-09-2009 09:19 AM