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...
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...
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...
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 ...
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...
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...
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...
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:...
... 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...
... 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...
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...
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...
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...
... 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...
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...
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...
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!...
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...
... 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...
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 ...
... 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...
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...
I've always used #memmap xmem with separate I&D without a problem. ... From: David Novak <novakd@...> To: rabbit-semi@yahoogroups.com Sent: Thursday,...
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...
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...
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...
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...