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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2368 - 2402 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2368
Would someone please explain if what i would like to do is possible to do with the Netburner MOD5270 Module. Forgive me but i don't even know what i want to do...
seulaterbuddy
Offline
Jan 4, 2007
12:27 am
2369
Take a look at the examples in C:\Nburn\examples\EFFS, specifically EFFS-BASIC, EFFS-HTTP, and EFFS-FTP. I seem to remember that the FTP example does just what...
ridgeglider
Offline Send Email
Jan 4, 2007
4:12 am
2370
Hi Jim, Sounds like you may be thinking of a samba type protocol that interfaces with the windows browse list for network attached drives. Linux desktop and...
netburnergroup
Offline Send Email
Jan 4, 2007
4:52 am
2371
Hello, I would like to use a level 7 NMI ISRfor an important bit of timing, the event is generated by timer2, and should start the QSPI going with minimum...
idhawkins2003
Offline Send Email
Jan 4, 2007
5:32 pm
2372
Hello Ian, The MOD5272 and other MCF5272 boards are the only NetBurner modules that do not include the interrupt macro. This is mainly due to the fact that...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jan 4, 2007
6:58 pm
2373
The literature for the read() function states that read() returns: The number of bytes read on success. A negative number representing the resource specific...
netburner_cambrius
netburner_ca...
Offline Send Email
Jan 4, 2007
8:16 pm
2374
What is the largest data payload I can transmit using TCP from a MOD5272 to a Win PC and vice versa? I want to use the standard read() and write() functions....
map34251
Offline Send Email
Jan 4, 2007
9:27 pm
2375
I have had no luck in getting the Freescale eTPU UART example files to successfully compile with either DevC++ 1.2 or Eclipse environments. I am getting close...
rda_rti_world
Offline Send Email
Jan 4, 2007
9:29 pm
2376
Depends on where the fd in the read came from. If it is a TCP fd then look at the tcp error codes in tcp.h. Paul...
Paul Breed
pbreed
Offline Send Email
Jan 4, 2007
9:35 pm
2377
To clarify, I need to send and receive 8k of data. Do I have to break the data into smaller packets, or is there an easier way? ... ()...
map34251
Offline Send Email
Jan 4, 2007
9:43 pm
2379
Using TCP all of the packet sizing stuff should be invisible to you. If you have an 8K blob of dtat pointed to be char * pBlob and a tcp connection tcp_fd... ...
Paul Breed
pbreed
Offline Send Email
Jan 5, 2007
12:55 am
2380
Thanks, i did just that and it looks like a daunting task. i thought it would be quite a simple thing to do. ... possible to ... What i ... will ... drive or ...
seulaterbuddy
Offline
Jan 5, 2007
1:06 am
2381
Ray, To get started, the simplest thing to do is probably to import the "C" and "H" files directly into your project folder. To do that, right-click on the...
trailrunner23
Offline
Jan 5, 2007
6:19 pm
2382
Thanks, i will take a look. ... FTP ... on ... code is ... module's IP ... and ... You ... the ... folder ... double...
seulaterbuddy
Offline
Jan 6, 2007
3:10 am
2383
... From: K de Jong To: netburner_group@yahoogroups.com Sent: Sunday, January 07, 2007 1:43 PM Subject: Re: [netburner_group] Re: Making a Shared Folder on the...
K de Jong
klausdejong
Offline Send Email
Jan 7, 2007
12:49 pm
2384
Thank you. I have been able to get the Eclipse IDE to at least see all the appropriate files. However, I am now getting 'multiple definition' errors for the ...
rda_rti_world
Offline Send Email
Jan 8, 2007
3:52 pm
2385
Hello, I am hoping to have an eTPU application note within a month but the exact date is unknown due to the fact that I am waiting on an updated UART function...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jan 8, 2007
8:41 pm
2386
I am trying to make a high speed QSPI to UDP converter. I cannot seem to create packets fast enough. Is there a way to create a packet and reuse it by just...
buster_dog_2000
Offline Send Email
Jan 9, 2007
12:14 am
2389
There are a few things you should look at here. How fast is your QSPI transmissions? If you are transmitting QSPI at 75Mb/s then Ethernet will not be able to...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jan 9, 2007
4:12 am
2390
There will be a driver for QSPI available in the next NNDK release (by Friday) for all MOD platforms. There will also be a new platform example for these...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jan 9, 2007
4:22 am
2392
I will try the fast buffers, and I am not using interrupts for QSPI. I am eagerly looking forward to the new driver. UDP packet is about 1440 bytes. Thanks...
buster_dog_2000
Offline Send Email
Jan 9, 2007
2:34 pm
2393
Great, gotta have it!...
buster_dog_2000
Offline Send Email
Jan 9, 2007
2:35 pm
2394
The users manual describes an IRQ sample program that is in the examples dir. I cannot find it. How do I get it?...
buster_dog_2000
Offline Send Email
Jan 9, 2007
6:11 pm
2395
Darn. I just wrote one, too... Joe...
trailrunner23
Offline
Jan 9, 2007
6:11 pm
2396
There are IRQ examples on the NetBurner website. You can find them either on the page for the product you are using or under support / technical documents. ...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jan 9, 2007
6:30 pm
2397
You might want to search this forum for a thread with the subject "TCP/IP Throughput". While it talks mostly about TCP, we did some udp testing and you might...
tod_syncor
Offline
Jan 9, 2007
9:23 pm
2399
I've checked these messages, but I didn't find any solutions... So, I have 5282 NNDK with its MOD5282 working great. I now have a target board and another...
greengenesd
Offline Send Email
Jan 12, 2007
3:03 am
2400
... OK, it's RMA time. Bummer. The suits aren't going to like that. I guess it'll be another part order too. Now they want stronger authentication too. I'm...
greengenesd
Offline Send Email
Jan 12, 2007
7:24 am
2401
... I just found out the new MOD5282 was purchased through DigiKey. Are their boards not pre-programmed or something? Anybody gotten their boards from DigiKey?...
greengenesd
Offline Send Email
Jan 12, 2007
3:27 pm
2402
The digikey boards should be identical to Netburner boards. What do you see on the serial port? Are you getting a Link Light? Can you see other Netburner...
Paul Breed
pbreed
Offline Send Email
Jan 12, 2007
6:41 pm
Messages 2368 - 2402 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