Search found 596 matches
- Thu Oct 17, 2024 11:43 am
- Forum: NetBurner Software
- Topic: modbus rtu on MODM7AE70
- Replies: 3
- Views: 25556
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: 32739
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: 22171
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 ...
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 ...
- Tue Sep 03, 2024 1:31 pm
- Forum: NetBurner Software
- Topic: Disable Certain Machine Commands / SBL2e
- Replies: 1
- Views: 20159
Re: Disable Certain Machine Commands / SBL2e
Hello,
You can disable the gpio server completely, but there is no method to partially disable functions.
You can disable the gpio server completely, but there is no method to partially disable functions.
- Tue Sep 03, 2024 1:30 pm
- Forum: NetBurner Software
- Topic: 2.x to 3.x migration and updates
- Replies: 3
- Views: 27136
Re: 2.x to 3.x migration and updates
Correct, the client utility does not control the callback, it must be in the application itself, since only the application would know what it needs to do before an update.
- Thu Aug 29, 2024 4:05 am
- Forum: NetBurner Software
- Topic: 2.x to 3.x migration and updates
- Replies: 3
- Views: 27136
Re: 2.x to 3.x migration and updates
Hello,
Is this what you are looking for, or had you already considered it?
https://www.netburner.com/NBDocs/Develo ... tdown.html
Is this what you are looking for, or had you already considered it?
https://www.netburner.com/NBDocs/Develo ... tdown.html
- Sat Aug 24, 2024 5:12 pm
- Forum: NetBurner Hardware
- Topic: MODM7AE70 ADC VREF pin
- Replies: 7
- Views: 58990
Re: MODM7AE70 ADC VREF pin
Hello Ohardouin,
I am not sure how this vref ticket subject changed to MODM7AE70 serial ports. Did you change the subject when replying? It would be better to create a new entry so we do not inadvertently miss a question.
Can you please provide some more detail on your question on what you are ...
I am not sure how this vref ticket subject changed to MODM7AE70 serial ports. Did you change the subject when replying? It would be better to create a new entry so we do not inadvertently miss a question.
Can you please provide some more detail on your question on what you are ...
- Tue Aug 06, 2024 11:01 am
- Forum: NetBurner Software
- Topic: Suspicious variable
- Replies: 3
- Views: 31917
Re: Suspicious variable
Hi SeeCwriter. You are correct on #3 as well. We are reviewing our lint check process to determine why there were not addressed.
- Mon Aug 05, 2024 10:13 am
- Forum: NetBurner Software
- Topic: Suspicious variable
- Replies: 3
- Views: 31917
Re: Suspicious variable
Hi SeeCwriter,
Great questions, and thank you for posting.
1. wc_DerToPem() and ret variable. That is a wolf function, so we do not want to change it. Looking at the source, it is a misuse, but does not change the functionality.
2. You are correct on this one! That assignment should not be ...
Great questions, and thank you for posting.
1. wc_DerToPem() and ret variable. That is a wolf function, so we do not want to change it. Looking at the source, it is a misuse, but does not change the functionality.
2. You are correct on this one! That assignment should not be ...
- Thu Aug 01, 2024 12:11 pm
- Forum: NetBurner Software
- Topic: v3.5.1 errors
- Replies: 5
- Views: 36712
Re: v3.5.1 errors
For your topic 3299, the release notes say it was fixed in 3.5.2, but it seems you are using 3.5.1?
Revision 3.5.2 ( July 2024 )
New in this release
Examples
New example TFTP_Server. This example demonstrates how to create a TFTP server and host a file using NetBurner's TFTP library.
New ...
Revision 3.5.2 ( July 2024 )
New in this release
Examples
New example TFTP_Server. This example demonstrates how to create a TFTP server and host a file using NetBurner's TFTP library.
New ...