Search found 32 matches

by vsabino
Fri Jun 25, 2021 10:48 am
Forum: NetBurner Software
Topic: MOD5282 PTP (IEEE 1588) support
Replies: 2
Views: 1341

Re: MOD5282 PTP (IEEE 1588) support

Thank you Tom!
by vsabino
Thu Jun 24, 2021 8:32 am
Forum: NetBurner Software
Topic: MOD5282 PTP (IEEE 1588) support
Replies: 2
Views: 1341

MOD5282 PTP (IEEE 1588) support

Hello,
I would like to know if the Mod5282 supports PTP (IEEE 1588).
I did not find anything in the Freescale 5282 manual, so I guess it does not?

regards,
Victor
by vsabino
Tue Jul 18, 2017 1:51 pm
Forum: NetBurner Software
Topic: ClrDataAvail( ) usage
Replies: 2
Views: 1885

ClrDataAvail( ) usage

Hi,

What is the proper use of this function? I tried to find documentation for it, but was unsuccessful.
I'm trying to clear the contents of the read buffer before I expect real data to be there.

Thanks,
Victor
by vsabino
Wed May 04, 2016 10:33 am
Forum: NetBurner Software
Topic: Select() errorfds values
Replies: 1
Views: 3103

Re: Select() errorfds values

I did a lot of troubleshooting on my own and with Netburner Support. One of the last tests was to put a 2 second delay ( OSTimeDly(TICKS_PER_SECOND *2) ) before the line that closes the sockets after detecting the select() error. I saw that the 2 seconds were not reflected in wireshark. With that an...
by vsabino
Fri Apr 29, 2016 7:01 am
Forum: NetBurner Software
Topic: Select() errorfds values
Replies: 1
Views: 3103

Select() errorfds values

Hi, I'm having an issue with my device sometimes closing sockets because the Select() function returns an error. I'm more or less doing what is in the example in the programmers manual. "Simple TCP Server Using the select( ) Function". My NetBurner is the client connecting to a PC. The Net...
by vsabino
Tue Feb 09, 2016 7:20 am
Forum: NetBurner Software
Topic: OSFlagPendAll question
Replies: 3
Views: 2471

Re: OSFlagPendAll question

Ok. I thought that would be the case...

So, how would be a proper way to change the mask? introduce a timeout?
by vsabino
Tue Feb 09, 2016 7:05 am
Forum: NetBurner Software
Topic: OSFlagPendAll question
Replies: 3
Views: 2471

OSFlagPendAll question

Hi, I have a question regarding this function, perhaps for all OSFlagPend variants. If a task is waiting (blocked) forever (timeout = 0) on a particular bitmask, what would happen if I change the mask while it's waiting. Will OSFlagPendall() continue to wait for the original mask, or will the OS kno...
by vsabino
Fri Oct 25, 2013 10:28 am
Forum: NetBurner Software
Topic: TCP/IP Port 2300 (Telnet) Disconnect Detection
Replies: 7
Views: 4967

Re: TCP/IP Port 2300 (Telnet) Disconnect Detection

rnixon,

Thanks for the reply!
I'll try EtherLink().


Thanks again,
Victor
by vsabino
Thu Oct 24, 2013 3:07 pm
Forum: NetBurner Software
Topic: TCP/IP Port 2300 (Telnet) Disconnect Detection
Replies: 7
Views: 4967

Re: TCP/IP Port 2300 (Telnet) Disconnect Detection

Hi,

I'm interested in the CheckEthernetCable() function. I can't find it on the nburn folder.
Where is this located?

Thanks,
Victor
by vsabino
Mon Oct 21, 2013 12:55 pm
Forum: NetBurner Software
Topic: Netburner hanging up for about 256 seconds
Replies: 3
Views: 2534

Re: Netburner hanging up for about 256 seconds

Thanks to both for your posts! Indeed I was running out of buffers. I finally could replicate it here in the lab. I got a lot of help from Netburner Support. I forgot to mention that my system consists of two Netburners on different enclosures. The one that is running out of buffers communicates wit...