Search found 5 matches

by Majormajor0
Tue Nov 16, 2021 5:19 pm
Forum: NetBurner Software
Topic: SBL2e Custom packetization
Replies: 8
Views: 7658

Re: SBL2e Custom packetization

The bug (probably not a bug at all) is in

\nburn\examples\SBL2E\dualserial\serial_pump.cpp
void Incommingchar( char c, int ser )
line 1367


// This is the original. This does not flush
if ( c == Ram_Config.sp_cfg[ser].FlushChar ) // Flush char set to 0xff
{
bSendNow[ser] = true;
}

// This also ...
by Majormajor0
Thu Nov 11, 2021 10:20 am
Forum: NetBurner Software
Topic: SBL2e Custom packetization
Replies: 8
Views: 7658

Re: SBL2e Custom packetization

Yes, I can do embedded development in c/c++.
I believe you that it should work--that's why I posted what I actually did, rather than insisting on my conclusions--in case there is a flaw in my logic.

IIRC, there is a much newer version of the firmware than the version on my board. It would be ...
by Majormajor0
Mon Nov 08, 2021 10:25 am
Forum: NetBurner Software
Topic: SBL2e Custom packetization
Replies: 8
Views: 7658

Re: SBL2e Custom packetization

It doesn't look like there will be any progress on this.
So, if I get a development kit, will I have access to the factory source code to edit this feature, or would I be stuck developing from scratch?
What would be the minimum development kit I need?
by Majormajor0
Tue Nov 02, 2021 1:39 pm
Forum: NetBurner Software
Topic: SBL2e Custom packetization
Replies: 8
Views: 7658

Re: SBL2e Custom packetization

pbreed and TomNB,

Thanks for looking at this.
The unit does not seem to flush on 0xff with the flush character set to NA.

FWIW I have SBL2E v1.67 Nov 29 2016. Settings are below.

Here is what I did.
1. Reset to factory defaults from the configuration web page
2. Select custom packetization 50 ...
by Majormajor0
Mon Nov 01, 2021 5:04 pm
Forum: NetBurner Software
Topic: SBL2e Custom packetization
Replies: 8
Views: 7658

SBL2e Custom packetization

I am using the SBL2e out of the box and making settings through the web interface / index page on the card itself.
I am using the card to send visca commands, which terminate in 0xff (255), and I would like to flush the TCP frame on this character.
The web interface only allows the flush character ...