Search found 574 matches
- Thu Dec 05, 2024 10:59 am
- Forum: NetBurner Software
- Topic: AutoIP and WaitForActiveNetwork
- Replies: 8
- Views: 1208
Re: AutoIP and WaitForActiveNetwork
The NetBurner device will know what AutoIP address it wants immediately since it is based on the MAC address. It will then immediately do a ping to verify no one else is using that same address. This should only take about a second unless someone else has that address. Now if you have a direct conne...
- Sun Dec 01, 2024 9:45 am
- Forum: NetBurner Software
- Topic: AutoIP and WaitForActiveNetwork
- Replies: 8
- Views: 1208
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: 8
- Views: 1208
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: 8
- Views: 1208
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: 8
- Views: 1208
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: 1028
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: 1028
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: 1028
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: 1512
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: 2419
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 ...