Remember
Register
Home
/
Support
/
Support Forum
/
BL2600 doesn't receive data when in running mode
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
RF Solutions and XBee
(8,414)
Digi TransPort
(786)
Digi Connect Cellular
(444)
DAL
(4)
Embedded Devices
(4,160)
Google Coral
(2)
Rabbit
(3,194)
Rabbit Software
(518)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
BL2600 doesn't receive data when in running mode
0
votes
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
rabbit
bl2600
asked
Aug 1, 2016
in
Rabbit
by
TuAnh
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
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"?
answered
Aug 2, 2016
by
TomCollins
Veteran of the Digi Community
(
2,297
points)
Please
log in
or
register
to add a comment.
...