Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - IDE - Target Communication Problem: (1 Item)
   
IDE - Target Communication Problem  
I found Widows based IDE4.6  - and QNX6.4.1 Target communication problem if I start network driver (devn-speedo.so) with
 mac=XXXXXX option,
where XXXXXX - some another MAC addres. So IDE don't installed communication with targer by qconn.

#io-pkt-v4-hv -d speedo mac=XXXXXX -p tcpip
#ifconfig ...


There is no problem with IDE and QNX Target communication by qconn if I don't use max=XXXXXX option:

#io-pkt-v4-hv -d speedo -p tcpip
#ifconfig ...

Please help.