Problem starting Telnet server on existing socket - "is bound"? err. 0x1705 ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem starting Telnet server on existing socket - "is bound"? err. 0x1705 ?

683 Views
robroz
Contributor III

Hi,

I've got useful responses for this problem :

Telnet server (behind FW) that will call its client ?

and now I'm trying to get it working on my pc. But something is wrong with starting Telnet server on existing socket. Nothing happens and MQX debug says that telnet server is "RTCS Error: Is Bound" and error is 0x1705.

Any advice on how to do this properly? First obstacle was when I already had running telnet server, but have eliminated it...

Thanks in advance.

regards,

Bulek.

Labels (1)
Tags (3)
0 Kudos
Reply
2 Replies

533 Views
Monica
Senior Contributor III

Hello Bulek,

Please keep us posted on this workaround, we'd like to know :smileywink:

Monica.

0 Kudos
Reply

533 Views
Martin_
NXP Employee
NXP Employee

Hi Bulek,

try to call ipcfg_unbind(), before starting the telnet server on existing socket.

0 Kudos
Reply