Hello all i could not understand this doprnt() function. I have DC9.21 but i can't find its docs.Can any one tell me the path or give correct explanation to...
_____ From: Roger Sanderson [mailto:roger.sanderson@...] Sent: Tuesday, 1 May 2007 3:49 PM To: 'rabbit-semi@yahoogroups.com' Subject: TCP/IP...
Roger Sanderson
roger.sanderson@...
May 1, 2007 7:38 am
35749
Hi I do have a problem with BIN files for my rabbit module, when it exceds 256 kB in size. When a BIN file bigger then 265 kB is download with the bootloader,...
... This is how TCP works, it is a stream protocol. At the socket level, there is no packets. The Nagle algorithm will buffer up packets until a time-out or a...
I don't have DC9, but on previous versions doprnt() was declared in stdio.lib library (this should be in your LIB folder). It's the function which does the...
Problem with sending Data to the RCM3000 using tcpClient.SendData in Visual Basic 6 If you put DoEvents after each tcpClient.sendData this forces Visual Basic ...
Roger Sanderson
roger.sanderson@...
May 2, 2007 6:43 am
35753
Hello Friends, i am developing a embedding system using RCM 2300 Chip. i need one help; i pass some voltage to the port of the I/O PCB. Now i want to check...
Hi, Please could somebody verify if the below syntax is correct. I have a 3d array of integers and would like to store the address of the array in a pointer of...
i am using a sensor which has three wires one for pulses,one for 5v and one for GND.it sends nearly 40,000 pulses per minute.i capture those pulses using D...
Hi, the way i see it, the best solution is to use costates. 40000 pulses in 1 minute gives you a 666.66Hz +- If you use one costate to store the values in a...
Hi all together, I neeed to determine the IP address of the Computer connected to my RCM4010. The RCM4010 is programmed to be a Telnet server listening to ...
Sorry if i´m missing something on your aplication, but shoudln´t you use an external interrupt instead of keep reading the pin in a while to avoid lose...
Hi all together, I want reset a variable a couple of minutes after it had been set to a special value. Therefore I tried to use the Real Time Clock in the ...
Hi altogether, I'm trying to change the value of a variable back to it's old value a couple of minutes after it has been changed. I tried it in the following...
Sorry for the double post. My browser chrashed and I wasn't sure if the post was sended. It works now, I did it in a different way: Get the current time when...
Sorry for the double post. My browser chrashed and I wasn't sure if the post was sended. It works now, I did it in a different way: Get the current time when...
One little remark: the value that read_rtc() returns is an UNSIGNED long. If it the value you obtain is negative then i think you have it defined as a simple...
I need a way for a user to reset data in the Rabbit by selecting a button on a web page. I'd like to confirm with the user that this is the operation they...
If you position the cursor within the function name and press CONTROL-H, you will get the function lookup, which will automatically display the library's...
Hi, Can someone provide info on bbram memory allocation for RCM3360? For RCM3360, 256kB of bbram as the physical address 80000 - BFFFF [256kB] But when I run...
Raja CP
raja.cp@...
May 2, 2007 11:46 pm
35773
All Group Members Undefined (but used) global label sock_err - this label is demanded when you use TCP/IP functions. I have these functions in both main() and...
Roger Sanderson
roger.sanderson@...
May 2, 2007 11:46 pm
35774
... button on ... operation ... select "OK". What ... might ... You can create a cgi function that is called by a submit button. Look at...
... The 3360 has 512k of bbram, not 256. ... The above says your are compiling to RAM. You should use "Compile to Flash, run in RAM" on the RC32/33xx boards....
Thanks for your reply Scott. Yes, you're right it is 512kB. But I am compiling to flash and running in RAM, still I get the same output. Since my currently I...