This is in continuation with this post where I was working with two cc3200
one for transmit
second for receive
so my Energia code as described in other posted was
/* Serial Transmit:*/
and for receive
Please note:
TX pin (P01) in transmit CC3200 is connected to RX pin (P02) of receiver CC3200
PS: P01 == P1-10
P02 == P1-9
The above is working fine and could see character "c" printed in console
Now... when I change the Transmitter code as below where I have replaced "serial1" with "Serial" as shown below ... I'm NOT see any results - what is th