Search the web
Sign In
New User? Sign Up
netburner_group · NetBurner - Embedded Ethernet
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5822 - 5856 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5822
When I try to send several packets in a row, as fast as possible (because of the large quantity of data I need to send), I do not get all the packets in either...
wkunzler
Offline Send Email
Jul 8, 2008
4:55 am
5823
Wesley, Look at the setsockopt Win32 function call... specifically the SO_RCVBUF option. You may need to increase the receive buffer size. I suspect that's...
yodff
Offline
Jul 8, 2008
6:00 am
5824
You should use Wireshark on the PC to see if the packets are being received by the PC. If they are then the problem is in your PC application. -Larry...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jul 8, 2008
5:31 pm
5825
Thank you for the advice. I was able to speed up my PC application a little more, and I started getting more packets. Then using Wireshark made it really...
wkunzler
Offline Send Email
Jul 9, 2008
11:08 am
5831
i'm using a 5282. it looks like the library is off by a factor of two (same problem as i2c lib where the bus speed is the full sys clock not sysclock/2?). i...
greengenesd
Offline Send Email
Jul 14, 2008
10:03 pm
5832
Hello, I am using a seperate Telnet task to print of diagnostics. Using ReplaceStdio( 0, fdnet ); // in ReplaceStdio( 1, fdnet ); // out ReplaceStdio( 2, fdnet...
mmk_tsm
Offline Send Email
Jul 18, 2008
6:43 am
5833
I was sent another excellent link by my friend. This is a link to a NEW FREEBIE PAGE for this week so I thought I would, share it with the group...enjoy! The...
wendyparkington
Offline Send Email
Jul 18, 2008
11:09 am
5834
Michael: See the 5/8/08 post from Larry on this site on a similar topic indicating odd behavior after using stdio in conjunction with calling ReplaceStdio. The...
ridgeglider
Offline Send Email
Jul 18, 2008
2:19 pm
5835
Thanks Ridge... That looks like it is probably the solution. Michael....
mmk_tsm
Offline Send Email
Jul 18, 2008
2:41 pm
5836
When using the QSPI Lib, it says: * Parameters: * baudRateInBps - Maximum speed requested. (1) (2) * transferSizeInBits - 8 thru...
seulaterbuddy
Offline
Jul 18, 2008
4:42 pm
5837
I need to transfer 24 bits at a time, without having the CS toggle every 8 bits, is there a way to surpress that ? I am not familiar with the QSPI library,...
Mike St
mikest1955
Offline Send Email
Jul 18, 2008
4:56 pm
5838
Use chip select of 0x0F for QSPIInit (so the driver won't touch the chip select signals), then bit bang the chip select outside of the call to QSPIInit. The...
Steven M. Kraft
smkraft1234
Online Now Send Email
Jul 18, 2008
5:02 pm
5839
Thanks Steve, this is what i have done. There is to much time wasted from the time the CS line pulls low to when the clock starts. when the CS goes low, there...
seulaterbuddy
Offline
Jul 18, 2008
5:08 pm
5840
I would guess there's not any significant time truly wasted... that line of J2[30]=0 should execute very quickly. So I would think the 9 us is almost all...
Steven M. Kraft
smkraft1234
Online Now Send Email
Jul 18, 2008
5:23 pm
5841
yes, it would be nice if the qspi library worked similarly to the i2c library where you specify whether to hang onto the bus after the completion of a...
greengenesd
Offline Send Email
Jul 18, 2008
5:26 pm
5842
we are going to be running this at 10mhz. so ever moment lost adds up quickly. when i enable the CS for QSPI and just call "QSPIStart ...
seulaterbuddy
Offline
Jul 18, 2008
5:27 pm
5843
Ya, it would be nice for them to add that option. as if your going to give the option to send more than one byte per transmit, it would only go to figure that...
seulaterbuddy
Offline
Jul 18, 2008
5:29 pm
5844
If you configure a 24 bit the data must be DWORD aligned for this driver to work properly. The QSPI header file has a list of some notes to follow and one of...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jul 18, 2008
6:34 pm
5845
I'm using a MOD5270 Netburner board and one of my units became unresponsive via TCP. The link lights were completely out. Power cycling the unit corrected the...
pateramj
Offline Send Email
Jul 18, 2008
8:55 pm
5846
Thanks Larry, and the rest for all the input, i got it working the way i want to now. So now onto my next situation. I am going to be using the SD card,and...
seulaterbuddy
Offline
Jul 18, 2008
10:25 pm
5847
Since it is only in one location, could it be the switch or router you are connecting to, and not the 5270? A power cycle would cause the switch to...
tjembedded
Offline
Jul 19, 2008
5:14 pm
5848
I think it unlikely that an external switch or router would make the link light go out periodically, although it's probably entirely possible, especially on...
thomastaranowski
thomastarano...
Offline Send Email
Jul 20, 2008
3:40 am
5849
Are you using the most recent NetBurner tools? I had this problem very intermittently for a long time, and could never pin it down. In my case, it would happen...
mkrodby
Offline Send Email
Jul 20, 2008
6:03 am
5850
One more suggestion: If you have access to the serial port on this NetBurner, add a call to dEnet() that you can do on demand. This will dump the hardware...
mkrodby
Offline Send Email
Jul 20, 2008
6:07 am
5851
I have successfully got this to work with 24 bits, however when I try to set the QSPIInit for 32 bits, I get an extra CS pulse. when using 24 bits I had the...
seulaterbuddy
Offline
Jul 20, 2008
6:30 pm
5852
We replaced the cheap hub feeding the NB module from our router. Before the change, we had random (intermittent, ~1/wk?) weird events: occasional lights out,...
ridgeglider
Offline Send Email
Jul 21, 2008
1:06 am
5853
We replaced the cheap hub feeding the NB module from our router. Before the change, we had random (intermittent, ~1/wk?) weird events: occasional lights out,...
ridgeglider
Offline Send Email
Jul 21, 2008
1:06 am
5854
I was wondering how one would go about getting the IP address from an incoming HTTP request? I would like to have this for logging purposes. Ideally I would...
craiglindley2001
craiglindley...
Offline Send Email
Jul 21, 2008
1:55 pm
5855
I wasn't sure where to post this question so I posted it to both locations. I'm using a stock MOD-5270 module for my web server application which means no RTC...
craiglindley2001
craiglindley...
Offline Send Email
Jul 21, 2008
1:58 pm
5856
from tcp.h, use IPADDR IPuser = GetSocketRemoteAddr(sock); where sock is passed into your get function...
greengenesd
Offline Send Email
Jul 21, 2008
3:26 pm
Messages 5822 - 5856 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help