11-14-2011 01:55 AM
Hello everyone,
I am using Basic Serial Write andRead.vi from the example for serial communication with target. when I try to write AT command (AT\n) its reading the same AT command(AT\n) instead of OK.My COM port is working fine.. I tried in hyperterminal its working fine. can anyone tell me the solution. thanks in advance..
my labview version is 10.0
--
Thanks & Regards
saamy
11-14-2011 12:26 PM
11-14-2011 10:12 PM
Hi Albert,
Thanks for ur reply..ya was displayed in normal mode only. But now the problem is solved. I just used \r\n instead of \n alone after AT. now its working fine thanks a lot..:)