Page 2 of 2

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

Posted: Sat May 24, 2014 12:52 pm
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.

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

Posted: Sat May 24, 2014 7:03 pm
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

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

Posted: Sun May 25, 2014 9:07 am
by rnixon
Your welcome. There are some good examples in the tcp and udp example folders that show how to do this.