Search the web
Sign In
New User? Sign Up
rabbit-semi · Group for Rabbit C-programmable micros
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 37391 - 37421 of 39534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37391
i´m using a hard who had a rabbit 2000 flas and battery backed ram, the problem is that the data in ram is sometimes corrupted, when the system start. Is any...
marianotisera
Offline Send Email
Feb 1, 2008
1:14 pm
37392
The compiler don't support inserting declarations after 1st executable stament in a function body (it's a C requirement). And usually it's not recommended to...
"Juan M. Sardón"
jmsardon01
Offline Send Email
Feb 1, 2008
4:27 pm
37393
hello evrybdy.. presently i m trng to establish VPN connectivity betn rabbit & my Pc. i want to use PPPOE. i ve DSL miodem & 2 static IP setup. the version of...
chittevan01
Offline Send Email
Feb 2, 2008
9:53 pm
37394
Hello eveyone i am a new member to this forum and i have a query. I am doing some work with the Rabbit GPRS/GSM application kit. what i am doing is gathering ...
Love Ya
johno1j
Offline Send Email
Feb 4, 2008
3:15 am
37395
I just want to say Thank u to all that assisted me with the problem i was having, it was really appreciated. All suggestions were helpful in getting past the...
IAN LEWIS
sleepyianlewis
Offline Send Email
Feb 4, 2008
12:15 pm
37396
Is it just me (and http://tech.groups.yahoo.com/group/rabbit-semi/message/19054 )? After my Rabbit device sends a packet, the PC acknowledges then the Rabbit...
phroger_rabbit
Offline Send Email
Feb 4, 2008
7:37 pm
37397
I have to decide if change DC with Softtolls C compiler to refactor some old RAbbit project. At the moment I haven' specific new projects to do with Rabbit...
Micron Engineering
micronpn
Offline Send Email
Feb 4, 2008
10:25 pm
37398
I would think that the Softools Yahoo group would be a better place to get that kind of information. http://tech.groups.yahoo.com/group/softools/ ... From:...
Steve Trigero
seecwriter
Offline Send Email
Feb 4, 2008
10:40 pm
37399
... I have a web page on porting code: http://shdesigns.org/tips/port.shtml ... Many of the libs have been ported. DC2ANSI will split the .lib into a .h and .c...
Scott Henion
shdesigns2003
Offline Send Email
Feb 4, 2008
11:13 pm
37400
... Hmmm, I didn't used costates, if they aren't used in the libraries it is ok, if not I have to translate with a finite state machine ... Mainly I have just...
Micron Engineering
micronpn
Offline Send Email
Feb 5, 2008
12:05 am
37401
Massimo, The last time I looked you can download the Softools compiler and use it (and run in debug I think), but you can't burn a PROM until you buy it. This...
Fournier, Pete
pfournier_as...
Offline Send Email
Feb 5, 2008
12:53 pm
37402
I have a fast serial library from Z-World named Fser.lib, that was last updated in 2004. The file comments say that it was created at the request...
Steve Trigero
seecwriter
Offline Send Email
Feb 5, 2008
10:49 pm
37403
Does anyone have a simple tcp_puts() example that they wouldn't mind sharing? I am getting unpredictable results from the following code. Sometimes it works...
damateem
Offline Send Email
Feb 6, 2008
3:53 am
37404
... This is a problem, all sockets must be static or you will run out of xmem. Also, the socket will be used after the call exits. ... add a...
Scott Henion
shdesigns2003
Offline Send Email
Feb 6, 2008
4:15 am
37405
Wow! Thanks for the quick response. ... Why will the socket be used after the call exits? Doesn't the call to sock_close() prevent this? I assume the reason...
David Novak
damateem
Offline Send Email
Feb 6, 2008
4:35 am
37406
... sock_close() only tells the stack to start the close process. The close actaully occures int he tcp_tick() function later. ... Yes, and since the socket...
Scott Henion
shdesigns2003
Offline Send Email
Feb 6, 2008
4:45 am
37407
Thanks for the great help! Everything is working correctly now. One comment. While looking at the documentation, I noticed that it said sock_flushnext() was...
David Novak
damateem
Offline Send Email
Feb 7, 2008
4:58 am
37408
Hello everyone i am having a slight problem debugging some code that i have written. The problem I am faced with is the fact that when i complie the code and...
IAN LEWIS
sleepyianlewis
Offline Send Email
Feb 7, 2008
1:26 pm
37409
Sorry but, did you enabled the RST28 instructions? ... http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008 Abra sua conta no Yahoo!...
Alexandre Kremer
alekremer
Offline Send Email
Feb 7, 2008
2:28 pm
37410
Sorry for my ignorance but what are the RST28 instructions and how do u enable them? thanks for your response it was appreciated. To:...
IAN LEWIS
sleepyianlewis
Offline Send Email
Feb 7, 2008
10:13 pm
37411
RST28 instructions are inserted in the code when you compile to allow DC to interface with your program while it is running. If the option to disable them is...
mehiegl
Offline Send Email
Feb 7, 2008
10:55 pm
37412
... When exactly does the timeout occur? Does it make it to main, run a while then stop? Do you get warnings when compiling? I have seen it with the FAT...
Scott Henion
shdesigns2003
Offline Send Email
Feb 7, 2008
11:55 pm
37413
DC 9.52. The DC manual recommends not using #memmap xmem together with the separate I&D project option setting. Following this advice, I removed the #memmap ...
David Novak
damateem
Offline Send Email
Feb 8, 2008
4:31 am
37414
... I've always continued to use #memmap xmem even when enabling separate I&D. They may recommend it because the compiler could fill xmem with functions when...
Tom Collins
tomcollinsaz
Offline Send Email
Feb 8, 2008
4:38 am
37415
Hello again everyone and thanks to Mehiegl for the suggestions given i tried them but i was unsuccessful in getting past the problem but the suggestions were...
IAN LEWIS
sleepyianlewis
Offline Send Email
Feb 8, 2008
5:12 am
37416
I've always used #memmap xmem with separate I&D without a problem. ... From: David Novak <novakd@...> To: rabbit-semi@yahoogroups.com Sent: Thursday,...
Steve Trigero
seecwriter
Offline Send Email
Feb 8, 2008
5:12 am
37417
Does the problem happen all of the time or just with this one program? Have you run any samples to see if they work? If it is only this one program, it might...
mehiegl
Offline Send Email
Feb 8, 2008
12:24 pm
37418
Is you software doing something that causes the micro to jump to an incorrect address or throw an exception that isn't handled? Perhaps a memory corruption...
David Novak
damateem
Offline Send Email
Feb 8, 2008
1:58 pm
37420
Hi, there, Can two PCs open TCP connections to two different ports on the same rabbit at the same time? Such as: PC#1 telnet 192.168.0.11 1000 PC#2 telnet...
xchen992000
Offline Send Email
Feb 8, 2008
8:41 pm
37421
Yes, in fact 2 or more pcs could open connections to the SAME port at the same time. The rabbit merely 'listens' on the port and allocates a new socket to each...
Kenny Millar
eilidhs_daddy
Offline Send Email
Feb 8, 2008
10:28 pm
Messages 37391 - 37421 of 39534   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