Other Parts Discussed in Thread: CONTROLSUITE, MAX232
Hello,
I am using "scia_loopback_interrupts" example for some experiment purpose.
C:\ti\controlSUITE\device_support\f2806x\v136\F2806x_examples_ccsv5\scia_loopback_interrupts
Whereas, program works fine in software, i.e. memory data values are correct and no error is generated.
BUT, I find some issue with data which is seen on serial port as such. This program sends data 1-->255 in a continuous loop but when I connect a hyper terminal to read/print this data. Some wired output is printed which has no pattern as such.
Same patter is observed if I just disable loopback mode on this program and just transmit data 1-->255.
Can anyone suggest, Why I am not able to see on terminal exactly what is send via program?
-Varun