Search found 573 matches
- Sun Dec 01, 2024 9:45 am
- Forum: NetBurner Software
- Topic: AutoIP and WaitForActiveNetwork
- Replies: 6
- Views: 631
Re: AutoIP and WaitForActiveNetwork
It sounds like you don't care if you get a dhcp or autoip address, which may be fine for you. But if I design my system to wait for a DHCP address, it is because I want a DHCP address. AutoIP is not addressable in some host systems, so it is useless to proceed and make call that need an dhcp address...
- Tue Nov 26, 2024 2:45 pm
- Forum: NetBurner Software
- Topic: AutoIP and WaitForActiveNetwork
- Replies: 6
- Views: 631
Re: AutoIP and WaitForActiveNetwork
Hello KE5FX, Thank you for the additional information. I think I might still be a bit confused, so I'll post what I think I am hearing and please correct me if I'm wrong. A device will have the following addresses, in addition to any IPv6 addresses assigned by network routers: - IPv4 DHCP or static ...
- Mon Nov 25, 2024 2:20 pm
- Forum: NetBurner Software
- Topic: AutoIP and WaitForActiveNetwork
- Replies: 6
- Views: 631
Re: AutoIP and WaitForActiveNetwork
Or, comment out the call to wait for active network. I would try to avoid changing system code if possible.
- Mon Nov 25, 2024 2:19 pm
- Forum: NetBurner Software
- Topic: AutoIP and WaitForActiveNetwork
- Replies: 6
- Views: 631
Re: AutoIP and WaitForActiveNetwork
Why not turn off DHCP? Also, what tools version?
- Wed Nov 06, 2024 9:09 pm
- Forum: NetBurner Hardware
- Topic: MOD54415 Spread Spectrum
- Replies: 4
- Views: 637
Re: MOD54415 Spread Spectrum
Were you able to get what you needed from support?
- Mon Nov 04, 2024 1:01 pm
- Forum: NetBurner Hardware
- Topic: MOD54415 Spread Spectrum
- Replies: 4
- Views: 637
Re: MOD54415 Spread Spectrum
That is from 2015, so it predates the hardware change by quite a bit. We do not have an example of that for the 2.7.x tools, but if you open up a support ticket they can get you something from 2.9.x and some direction with what needs to be modified.
- Mon Nov 04, 2024 11:12 am
- Forum: NetBurner Hardware
- Topic: MOD54415 Spread Spectrum
- Replies: 4
- Views: 637
Re: MOD54415 Spread Spectrum
What version of tools are you using?
- Thu Oct 17, 2024 11:43 am
- Forum: NetBurner Software
- Topic: modbus rtu on MODM7AE70
- Replies: 3
- Views: 1198
Re: modbus rtu on MODM7AE70
It operates the same as on previous platforms. You set a function pointer to a callback function that receives an interrupt for every character. Example is located here: \nburn\examples\serial\SerialReceiveCallback
- Fri Sep 13, 2024 9:39 am
- Forum: NetBurner Software
- Topic: Porting code from MOD5441X to SOMRT1061
- Replies: 4
- Views: 2064
Re: Porting code from MOD5441X to SOMRT1061
If you created a larger custom UserParam area on the MOD5441x, then yes, you will need to handle each platform separately. The SOMRT1061 uses SPI flash, so there is no concept of a memory mapped flash address. Now if you were using the default UserParam storage space, then you would access each the ...
- Tue Sep 10, 2024 3:56 pm
- Forum: NetBurner Software
- Topic: Incorporate IP Setup Code in Custom Windows App
- Replies: 2
- Views: 1404
Re: Incorporate IP Setup Code in Custom Windows App
Hello Ken, NetBurner customers are certainly free to do that, and many do. We promote re-branding both for software and hardware. This isn't something we can send on a public forum, and there are license terms you need to agree to in order to protect customer interests. Please contact sales or suppo...