BL2600 doesn't receive data when in running mode

Good morning,

When in programming mode, BL2600 is be able to send and receive data to/ from other application thru TCP. However, it only receives data in running mode in which programming cable is disconnected. Please advice! Thank you!

Ann

That’s an odd issue. If you run some of the default TCP/IP samples, can they send and receive when in run mode? You could start with the PING sample and then run one of the HTTP server samples.

If sample programs work, you’ll need to look at the design of your program to determine why it isn’t sending. Can you redirect STDIO to serial port A (or another serial port) and do some printf() debugging to confirm that the code you use to send is still running when you’re in “run mode”?