NBFind and NBConfig can't find my SBL2E but IPSetup can
Re: NBFind and NBConfig can't find my SBL2E but IPSetup can
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.
-
- Posts: 18
- Joined: Thu May 15, 2014 9:19 am
Re: NBFind and NBConfig can't find my SBL2E but IPSetup can
You've just opened a window for me. Add my own listener.... There's a whole new world of possibilities there. Thank you.
jmh
jmh
Re: NBFind and NBConfig can't find my SBL2E but IPSetup can
Your welcome. There are some good examples in the tcp and udp example folders that show how to do this.