I am no expert on Rabbit SMTP, but it appears that your board and SMTP server you're trying to connect to are on different IP networks, so you would need a...
Hello All, I've been using the Rabbit 3000 / RCM3700's for a few years now and seem to run into an issue from time to time backing up config files. My projects...
Hi, I'm using the RCm4300 and i have a problem that when i download the code to the module then i connect the Ethernet cable to the module, the module isn't...
We are thinking of adding snmp functionality to our product. I don't know anything about snmp. Could someone point me to some good entry level books or...
Hi, I'm starting a new project and giving RabbitWeb a try this time (vs shtml and lots of custom cgi functions). Is there a way to include a file? In shtml I...
... Try Dynamic C 10.54. They fixed a bug with the ASIX driver (RCM4200, RCM4300) that affected some network setups (I saw it with a 10Base-T hub). - Defect...
... There is a bug in the ASIX chip that will cause it to not negotiate correctly with some hubs/switches. The fix was to use a very long reset to the chip,...
Hello everyone, I'm using BL4S200 addISR() function and what to know what handler is called, the purpose is for clearing the interrupt. Example, if I used the...
Hi der, Yes. Its a DNS resolve error. what happens is that the cookie exchange of dns gets stuck up. the domain name is not able to resolve to an ip address....
I don't think so, but do let us know if you can figure it out. My experience with RabbitWeb is that is was a fast way to develop simple and small pages with...
I've succeeded at interfacing to my 2-line LCD display from my RCM4400W module, but I wish I could put all the LCD code into a separate file and #include it. I...
... To use lib with #use, you need to add the file to the lib.dir in the DC install directory. The DC docs describe how to generate libraries. -- ... today's...
Yes I have had this problem with the submit button (and in general my experience with the Rabbit Web is not very positive). This is not a big problem however...
Suppose one wanted to transfer a binary file from a PC to the filesystem on the flash of an RCM4400W. I would have thought the Rabbit File Utility would do...
... You can add FTP support to your code. you will have to write code to store the file. I normally define my own protocol and write a PC app and code on the ...
You can "#use" your own library file but you have to include the path in the rabbit library directory file, normally located: C:\DCRABBIT_10.54\LIB.DIR Just...
Ari Barbakos
abarbakos@...
Jul 13, 2009 3:05 am
39096
... You can use "#use" with your own libraries; but, you need to add your libraries to the lib.dir text file. Note: The lid.dir is read when DC program starts...
Hi all, I would like to know how can I know how much free space I have in the stack to spend in local variables. I know if I set a too large local variable...