Hello, I test the DLM program from Robert Richter with a RCM3000 (512K SRAM 512K flash). I use the original sample.c and original DLM__RCM3200__.bin files. I ...
OK, thank you for answering. Let me be more specific. 1. I've replaced the 256K flash chip on RCM2300 with the 512K flash chip (Am29F040B). The reason: I need...
Hi everybody! I'm a newbie with ucos2 and dynamic C. I'm tryng to compiling an example, in order to get learn to use ucos2 on dynamic c. Here is the source...
Hi, I have developed a LAN-Extender using RCM3710 which extends a LAN.(it's not a bridge but extension of LAN). It takes the data from ethernet at 10MBPS and...
Flip the ends of the cable over so you can see the colors of the wires and orient them the same way. On a standard cable, the order of the wire colors will be...
I'm not shur but i think you can't use the RCM3200.bin file for your RCM3000. The memory map isn't the same on both RCM. Robert can help you on this. regards ...
I am using the RCM3600. I have an application where , I have an RTU polling via RS485 my unit every 3 seconds. Sometimes, It will have more than one unit...
You need a multithreaded operating system to make this work. I am doing something similar using uCOS in the www.softools.com compiler. This is not a trivial...
... Sorry just looked up the specs and realized you need the 1.27 pitch sockets. Not sure on those, only see the surface mount sockets listed for those. -Mike...
It has 1.27mm spacing. I have in fact been using the SMT part sold by Rabbit. Given some assembly problems with getting the two connectors with the correct...
sorry for taking ur time i am Suva Lakha D BE-IT final year student from Viral Control P Ltd Gujarat,india. i am doing my final year project at this company. ...
Hi all, What I would like to do is something like this #define VAL ((50*29)-11) And use it in assembly like this... ld hl, VAL Is this possible? This works if...
Sorry, but this is not a simple task that can be covered in a sample. I had to invent a packet protocol and a whole lot more. You need a real program for...
Thank you for clearing up the internal and external ports question Steve. I was wondering if anyone could tell me if the following code should work to read...
When I have done this in the past, I create buffer space for each polling unit device. Data strings for a particular unit are then saved in its buffer area....
Hi everyone here! i'm doing a project on embedded GPS and SMS monitoring system using the Rabbit M2M set. i have managed to send the location detected by the...
hi all. i now trying to write the program to compare the passwords contained in the sms which is received by the gsm modem in the M2M kit, with the preseted...
... The last example expands to a load from memory because of the parens. You could use ld hl,0+VAL to load an immediate value, or #define VAL 0+(50*29) ld...
... yes, does anybody know how to do it? Yes (unless you do a chip erase). Look at _EraseFlashSect in flashwr.lib. ... instead? The procedure practically...
I was gone last week, so we can once again do some private e-mail if it doesn't work--Sorry to leave you hanging. My first question would be, what version of...
... your ... Yes indeed; I forgot about that, but the RCM3200 is a special case, so don't tell it you have a RCM3200 when you don't. Let me get you the files...
Any samples? Moises Colin ... polling ... its ... control and ... data. While ... character like a ... When the ... you can act ... waiting ... lengthy, this...
That's wise advise. And it turns ou that the cable I was given was not a cross-over cable as I was told. So I've jetisoned the direct-connect approach and I'm ...
My IT guys are asking about the gateway setting in the Rabbit. They seem to think that this is very important and that if its not set right no packets would be...
Steve, Now I'm not sure what's going on, is there any chance you connected the Rabbit to the "Uplink" port on the hub. The gateway setting shouldn't have any...