You need to make each char array (or string) at least one larger than the length of the string you want to store. There has to be room for the termination if...
We ran into this problem about 5 years back (computers that have "a lot" of applications installed, even if the browser version etc. is the same). At the...
Hi, I use the rabbit3000 as a simply webserver. I use the command: <!--#exec cmd="test"--> on the html Page. In this cgi function I want to count the clients...
There are three general ways I can think of for this: 1. Cookies 3. Implicit registration 2. Manual Registration Cookies would leave a small file on the client...
Hi, does anyone know which Serial Port is accessible using the 10-pin header to DB9 cable provided by Z-World (part number 540-0009) with header J5 on the...
Port A ... From: argy.tzak <argy.tzak@...> To: rabbit-semi@yahoogroups.com Sent: Monday, July 2, 2007 9:41:54 AM Subject: [rabbit-semi] Question about...
hi, how is it posible to have an device finder (like axis ip config tool). so that i can plug my device into the network and than configurate it with an tool...
I downloaded the schematic of the protoboard (090-0137.pdf) and it shows that connector J5 brings pins TXB/RXB and TXC/RXB. So I did some experimentation and...
This is off topic, but simple APīs doesnīt work like that. Besides, you must configure it to work together as a wireless distribution system (WDS). Only give...
... The other poster thought you were referring to the 10-pin programming port on the core module. You can use that cable with the J5 header to run serial port...
Hello, I am new to Rabbit and RS232. I am trying to use serial port B to communicate with other device which has the following serial ASCII format. Output...
M G
mg100975@...
Jul 3, 2007 3:30 am
36261
There are example programs showing how to use the 232 ports that DC installs. Look in the root directory of the DC installation for the example directory and ...
Gigo, Do you know how Axis works. I did a quick glance at their website and it is unclear. The Rabbit supports a couple of configuration methods. Some of the ...
hi i found an something for the rabit... http://shdesigns.org/rabbit/locateip.shtml application starts on the rabbit / but i cant find any device on the ...
... Any app that uses a broadcast to access a device will have problems in XP due to their firewall. You will need to add the application to the list of...
Hi, I want to use the implizit registration. But what dynamic C functions can I use to get the client IP Address in my cgi function? Are there some ohter...
Hello, Iam getting the following error, errror ERROR DKENTRY.LIB : Out of root code space, try moving code to XMEM. can anyone help in this please . Thanks in...
hello, i have registered one variable as int for displaying the values now when there is no data i want to keep that field blank(on web) i have type casted int...
Here are a couple of technical notes on the the Rabbit Semiconductor site that should help in understanding the Rabbit Memory model and some methods for...
Miak, You can do a CTRL-H on the ifconfig function to get some details... The following code fragment should get you the IP address. You will need the TCP...
Type casting works fine. int i; char c; ... c = (char)i; If that's not working, then there is something else wrong with your code. Post some code that shows...
Hi, I donīt need my IP adress I need the IP adress of the client which will show my website. Because I want to use the client IP adress as identifier for...
hi, firewall in win xp is deactived and it also doesnt work. any idea ? i tried the exeuteable version in the "release" folder from the c++ applications. does...
... The release dir is for the older version that does not support DHP fallback parameters. LocateIP___Win32_ReleaseV2 directory has the latest I have updated...
I want to write a program, where the rabbit will send some commands to a device. These commands (and the corresponding responses) are binary, not text. A...
hi, I have added #memmap xmem this line in my program still getting the problem. Steve Trigero <seecwriter@...> wrote: If you don't have the following...
i want to acquire a crytal frequency of nearly 10Mhz. how i can acqure it with RCM 2000 or RCM 3000. if anybody know. please help me. ... Looking for a deal?...
hi has anybody an exsample how i can store my configuration parameter in an file ? and read it on startup into the variables, is there an predefined function...