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...
Show off your group to the world. Share a photo of your group with us.

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 3397 - 3431 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3397
Thank you both for the info. About 99.99% of my development will be used with an Intelx86 architecture but I definately appreciate the added parts about byte...
cme0848
Offline
Aug 1, 2007
3:15 pm
3398
Hi Craig, ... Ha! Yes, my development was 100% little-endian machines, and then I decided to use PowerPCs (big-endian) on the PCI bus (little-endian), talking...
David Hawkins
dave_w_hawkins
Offline Send Email
Aug 1, 2007
4:47 pm
3399
[EMAIL AUTORESPONDER] Sorry, I am out of the office until 13 August....
simon.eavery@...
simon.eavery
Offline Send Email
Aug 1, 2007
8:09 pm
3402
I just started using NBEclipse today. I have successfully created and run my first project. I have several independent projects stored in separate folders...
Phil Sherrod
phillipsherrod
Offline Send Email
Aug 2, 2007
2:29 am
3403
Read the eclipse getting started, it explains what you are trying to do. ... outside ... there...
seulaterbuddy
Offline
Aug 2, 2007
2:46 am
3405
I read the Eclipse getting-started manual, and I don't see information about opening existing projects. Can you point out a section that explains this, or can...
Phil Sherrod
phillipsherrod
Offline Send Email
Aug 2, 2007
3:38 am
3406
Hi RD you can download the "CFInit" that is free software ,this software help you to initialization of QSPI and give some advice . Hope this help you .if you...
linda rajo
linda_raj2006
Offline Send Email
Aug 2, 2007
7:36 am
3407
Currenly i'm experimenting with example programs provided with NNDK- MOD5270 kit from netburner.I'm using a LAN connection to communicate with this board.is it...
broosevarghese
Offline
Aug 2, 2007
11:51 am
3408
I can explain what i do, which works for me. Open Eclipse, and create a new project. Lets call this project "Test". when its done making the project, open the...
seulaterbuddy
Offline
Aug 2, 2007
12:43 pm
3409
I appreciate your reply. If this is the best way to open an existing project, then they need to do some work on Eclipse. I'm used to using MS Developer's...
Phil Sherrod
phillipsherrod
Offline Send Email
Aug 2, 2007
12:58 pm
3410
I am sure Eclipse has a "proper" way of doing the same thing. Eclipse is a real nice program. i just do it this round about way, as it works for me. ... ...
seulaterbuddy
Offline
Aug 2, 2007
1:27 pm
3411
Yes this works just like any other web server. One thing to look out for is that your NetBurner is able to receive incoming connections to the WAN. You will...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Aug 2, 2007
5:56 pm
3412
HEllo, I've been trying to set the time for my Mod5270 but was unsuccessful; I found a method in nbtime.h which has been designed for this purpose: ...
Réjane
rejane86
Offline Send Email
Aug 2, 2007
9:46 pm
3413
Hi, The NNDK should have an example here: C:\Nburn\examples\mod5270\time This will show how to use the nbtime function, the RTC functions and also NTP client...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Aug 2, 2007
10:53 pm
3414
The following code uses Network Time Protocol (NTP) to set both the system clock and the real-time clock on the board: /* * Set the system time. */ IPADDR...
Phil Sherrod
phillipsherrod
Offline Send Email
Aug 2, 2007
11:58 pm
3415
OK, I figured out how to do what I want to do. 1. Create a folder to hold your Netburner projects. You could put each one in a separate folder off the root,...
Phil Sherrod
phillipsherrod
Offline Send Email
Aug 3, 2007
2:27 am
3416
Larry, Thanks for your reply. You mean i have to get a static ip address from the ISP.Would you please tell me how i could do port forwarding on the router. ...
broosevarghese
Offline
Aug 3, 2007
3:07 am
3417
The exact method for setting up port forwarding is going to depend on the brand of router you have. You need to forward port 2159 to the Netburner. You...
Phil Sherrod
phillipsherrod
Offline Send Email
Aug 3, 2007
3:18 am
3418
HEllo, thanks for the indications. I still have a question though: I set the time with user input and it worked, the time changed to what the user had typed....
Réjane
rejane86
Offline Send Email
Aug 3, 2007
2:44 pm
3419
what is the recommended way in which i can check to see if there is a network cable plugged into the module and/or check to see if a network is present ?...
seulaterbuddy
Offline
Aug 3, 2007
4:12 pm
3420
... EtherLink(), it's in the User's Guide -- ntd...
Neil T. Dantam
ndantam@...
Send Email
Aug 3, 2007
4:29 pm
3421
I like this one: extern BOOL bEthLink; if(!bEthLink) { // no media } Chris ... From: netburner_group@yahoogroups.com [mailto:netburner_group@yahoogroups.com]On...
chris ruff
cgruffcgruff
Offline Send Email
Aug 3, 2007
4:51 pm
3422
You need to use an external real time clock with a back up capacitor or battery like the ones on the development board. There is an interface in the NNDK for...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Aug 3, 2007
5:53 pm
3423
[EMAIL AUTORESPONDER] Sorry, I am out of the office until 13 August....
simon.eavery@...
simon.eavery
Offline Send Email
Aug 3, 2007
5:54 pm
3425
Speaking of this RTC, My Netburner 5213 DevKit does not come with it (the board has places for me to add the missing components, though). I put the missing ...
Lutfi, M.
mlutfi.geo
Offline Send Email
Aug 3, 2007
11:24 pm
3427
Hello, I have been trying to detect signals on pin 16 of J2 on the mod-dev-70. YEsterday, I had to switch to another board. I noticed something bizarre: when I...
Réjane
rejane86
Offline Send Email
Aug 4, 2007
7:52 pm
3428
Did you first configure the pin first ? J2[16].function( PINJ2_16_GPIO ) or J2[16].hiz(); ... 70. ... rebooted. I ... but it...
seulaterbuddy
Offline
Aug 5, 2007
2:29 am
3429
I introduced a bug in my program that is causing it to die before network and autoupdate are started (OSSemInit in an static object constructor). So I can't...
Phil Sherrod
phillipsherrod
Offline Send Email
Aug 6, 2007
1:49 am
3430
[EMAIL AUTORESPONDER] Sorry, I am out of the office until 13 August....
simon.eavery@...
simon.eavery
Offline Send Email
Aug 6, 2007
1:50 am
3431
Dont know what serial program you are using, but make sure its using RAW ASCII. ... However, I ... have ... 02000000; S ... encountered ... used ... it ... ...
seulaterbuddy
Offline
Aug 6, 2007
2:14 am
Messages 3397 - 3431 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