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 3921 - 3955 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3921
I have not seen a post in days... is the group broken? Paul...
pbreed
Offline Send Email
Nov 5, 2007
5:29 am
3922
I got your post. Maybe just quiet this weekend....
nirias999
Offline Send Email
Nov 5, 2007
5:38 am
3923
No, things are just working that well ;)...
seulaterbuddy
Offline
Nov 5, 2007
12:19 pm
3924
Paul, I remember recently finding a thread that said, in summary, that exception handling in a recent release is broken and the release was retracted. Is...
donericb50
Offline Send Email
Nov 5, 2007
12:56 pm
3925
I have a question about the Mod5234 interface to SD cards. On the Dev 100 & Dev 70 NB carrier board schematics, the SD card *CS line (pin 1 on the SD socket)...
ridgeglider
Offline Send Email
Nov 5, 2007
2:15 pm
3926
We have a fix for exceptions and other C++ issues that seems to be working. We have some customers custom non-public drivers that still seem broken, so we may...
Paul Breed
pbreed
Offline Send Email
Nov 5, 2007
5:16 pm
3927
The fixed pre-release is avail @ http://support.netburner.com/SelfService/NNDKpre.html This is a "nightly build" version, so I would not recommend using it for...
Forrest Stanley
fsnetburner
Offline Send Email
Nov 5, 2007
5:34 pm
3928
The CS, WP and CD signals for the SD Card are all configured as GPIO and bit-banged. The MOD5234 uses the LTPUODIS signal since this is on the same pin as the...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Nov 5, 2007
5:37 pm
3929 Paul Breed
pbreed
Offline Send Email
Nov 5, 2007
5:42 pm
3932
I'm getting started with programming the MOD5270 using the LC Dev kit. I feel like I'm missing something in the docs. I've worked my way through the examples...
jamesbfraser
Offline Send Email
Nov 6, 2007
3:38 pm
3933
James - Look in \Nburn\MOD5270\system\sim5270.h for the declaration of the sim object. It's how you access all of the processor registers from C/C++. - Don...
Don Hackler
donhackler
Offline Send Email
Nov 6, 2007
4:10 pm
3934
Seulater: I've found that this happens if you blew the project creation step and mistakenly set up project for a networked platform and then tried to put 5213...
ridgeglider
Offline Send Email
Nov 6, 2007
4:24 pm
3935
... Don, Thanks for the pointer. I had come across this in searching, but was confused because there isn't a gpt within that definition of sim. Maybe the...
jamesbfraser
Offline Send Email
Nov 6, 2007
5:27 pm
3936
Thanks, it seems that the serial downloader is the problem. when i first open it and brows for my file it cannot connect to the board. when i close it and do...
seulaterbuddy
Offline
Nov 6, 2007
5:30 pm
3937
Yeah, I just had to go look at a MOD5213 installation... there is a General Purpose Timer module in the sim5213.h file that isn't in the 5270. Each of the sim...
Don Hackler
donhackler
Offline Send Email
Nov 6, 2007
5:47 pm
3938
What am I not seeing here? This sure looks like an infinite loop if the substring, "\r\n.", is in textbody. Wouldn't you want to write the full substring and...
greengenesd
Offline Send Email
Nov 6, 2007
11:57 pm
3939
... I quite agree that is an infinite loop. I think you would bump textbody to cp + 3 rather than cp + 5 because "\r\n." has only 3 characters (you don't count...
Mike St
mikest1955
Offline Send Email
Nov 7, 2007
12:28 am
3940
oops, probably want cp+3 rather than cp+5....
greengenesd
Offline Send Email
Nov 7, 2007
12:28 am
3941
I'm with you in that it looks pretty bogus. I'd say you run into problems if you submit a textbody without a trailing \r\n. you'd go into the infinite loop....
Thomas Taranowski
thomastarano...
Offline Send Email
Nov 7, 2007
12:41 am
3942
Hello! I have a PK70 that I am starting to play with a bit, and would like to attempt to set it up so a web service would run on the unit. In short, I would...
yanzickp1
Offline Send Email
Nov 7, 2007
2:53 am
3943
You do have an infinite loop. cp is initialized to a non-null value in this line cp = strstr(textbody,"\r\n."); assuming that the substring in quotes is...
fmf
fmf14
Offline Send Email
Nov 7, 2007
12:54 pm
3944
I am currently using the MOD5234 and need to have two ethernet ports. Has anybody already done this with this module or even a different module and like to...
frunchy
Offline Send Email
Nov 8, 2007
3:44 pm
3945
This is a bug. It is fixed by changing textbody = cp; to textbody = cp+3; Paul...
Paul Breed
pbreed
Offline Send Email
Nov 8, 2007
6:23 pm
3946
We have done a design that uses the Miocrochip ENC28J60 SPI based ethernet controller as an additional ethernet port. IT is only 10 base T We have been...
Paul Breed
pbreed
Offline Send Email
Nov 8, 2007
6:38 pm
3947
Paul, in 4) you say the 5282 flash is good for 100k cycles. do you have some more authoritative reference than pg 33-10 of the "MCF5282 ColdFire...
greengenesd
Offline Send Email
Nov 10, 2007
12:32 am
3949
... Hi, I would be interested to see what you did but I will need a faster network connection. This will be handling Modbus/TCP with a 300 uSec scan time and...
frunchy
Offline Send Email
Nov 10, 2007
8:19 am
3950
Hey all. Sorry for what is probably a simple question. But after busting hump on wiring up eight 64 LED light bars powered by Max7221 drivers, my brain is...
shockwave77598
Offline Send Email
Nov 10, 2007
11:45 pm
3951
need to include: #include <stdlib.h> ... hump ... them ... v=QB9mu7838hI...
seulaterbuddy
Offline
Nov 11, 2007
12:50 am
3953
Ah. <stdlib.h> for the RAND() function and <math.h> for the Sin() function. Thank you. I was very tired last night. :) Allen Kitchen...
Allen Kitchen
shockwave77598
Offline Send Email
Nov 11, 2007
6:23 pm
3955
I currently am using NNDK release "REL198_Final" of NetBurner Dev-C++. Can I use your new "SendMailAuth" function with this version?? How do I get a copy of...
hrlevy
Offline Send Email
Nov 12, 2007
7:57 pm
Messages 3921 - 3955 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