NBFind and NBConfig can't find my SBL2E but IPSetup can

Discussion to talk about software related topics only.
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: NBFind and NBConfig can't find my SBL2E but IPSetup can

Post by rnixon »

Another option would be to create a task that is a tcp or udp server in your application. This is incredibly simple to do. You can then make it listen on any port you want, add password protection, etc. When you have sent the configuration data you can then write the config record to update the settings. Just be very careful about writing a configuration record. If you get it wrong the flash can become corrupt.
heineckenb
Posts: 18
Joined: Thu May 15, 2014 9:19 am

Re: NBFind and NBConfig can't find my SBL2E but IPSetup can

Post by heineckenb »

You've just opened a window for me. Add my own listener.... There's a whole new world of possibilities there. Thank you.

jmh
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: NBFind and NBConfig can't find my SBL2E but IPSetup can

Post by rnixon »

Your welcome. There are some good examples in the tcp and udp example folders that show how to do this.
Post Reply