Search found 32 matches
- Fri Jun 25, 2021 10:48 am
- Forum: NetBurner Software
- Topic: MOD5282 PTP (IEEE 1588) support
- Replies: 2
- Views: 2038
Re: MOD5282 PTP (IEEE 1588) support
Thank you Tom!
- Thu Jun 24, 2021 8:32 am
- Forum: NetBurner Software
- Topic: MOD5282 PTP (IEEE 1588) support
- Replies: 2
- Views: 2038
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
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
- Tue Jul 18, 2017 1:51 pm
- Forum: NetBurner Software
- Topic: ClrDataAvail( ) usage
- Replies: 2
- Views: 2268
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
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
- Wed May 04, 2016 10:33 am
- Forum: NetBurner Software
- Topic: Select() errorfds values
- Replies: 1
- Views: 3526
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...
- Fri Apr 29, 2016 7:01 am
- Forum: NetBurner Software
- Topic: Select() errorfds values
- Replies: 1
- Views: 3526
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...
- Tue Feb 09, 2016 7:20 am
- Forum: NetBurner Software
- Topic: OSFlagPendAll question
- Replies: 3
- Views: 3016
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?
So, how would be a proper way to change the mask? introduce a timeout?
- Tue Feb 09, 2016 7:05 am
- Forum: NetBurner Software
- Topic: OSFlagPendAll question
- Replies: 3
- Views: 3016
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...
- Fri Oct 25, 2013 10:28 am
- Forum: NetBurner Software
- Topic: TCP/IP Port 2300 (Telnet) Disconnect Detection
- Replies: 7
- Views: 6590
Re: TCP/IP Port 2300 (Telnet) Disconnect Detection
rnixon,
Thanks for the reply!
I'll try EtherLink().
Thanks again,
Victor
Thanks for the reply!
I'll try EtherLink().
Thanks again,
Victor
- Thu Oct 24, 2013 3:07 pm
- Forum: NetBurner Software
- Topic: TCP/IP Port 2300 (Telnet) Disconnect Detection
- Replies: 7
- Views: 6590
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
I'm interested in the CheckEthernetCable() function. I can't find it on the nburn folder.
Where is this located?
Thanks,
Victor
- Mon Oct 21, 2013 12:55 pm
- Forum: NetBurner Software
- Topic: Netburner hanging up for about 256 seconds
- Replies: 3
- Views: 3163
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...