EmbeddedRelated.com

serial To RCM300 TO Ethernet To RCM3000 TO Serial

Started by Boy Rabbit in Rabbit-Semi18 years ago 4 replies

Hi, I have RCM3000 on Z-world development board. My question: A) How I can send data from the PC (e.g. 1,2,3? via Dynamic C code or visual...

Hi, I have RCM3000 on Z-world development board. My question: A) How I can send data from the PC (e.g. 1,2,3? via Dynamic C code or visual basic) to the RCM3000 then the RCM3000 resend the data via Ethernet to the LAN so there is another PC can accept the stream of data via Dynamic C program or the internet Explorer . B) is it possible to make it as this scenario: PC1 -> Serial Port


userblock usage RCM3000

Started by vmstom in Rabbit-Semi21 years ago 4 replies

Does writeUserBlock crash SysIdBlock on RCM3000 ? I wrote some bytes with writeUserBlock and read them back, OK. Now my SysIdBlock had a...

Does writeUserBlock crash SysIdBlock on RCM3000 ? I wrote some bytes with writeUserBlock and read them back, OK. Now my SysIdBlock had a marker[5] == 0x00. I used write_idblock with MYBOARD defined to RCM3000 to correct this. Now DC7.33P compiles but does not run any program. I get "Timeout while waiting for response from target" after comp


DLM from Robert Richter RCM3000 issue

Started by freeriderx_11 in Rabbit-Semi19 years ago 4 replies

Hello, I test the DLM program from Robert Richter with a RCM3000 (512K SRAM 512K flash). I use the original sample.c and original...

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 have just add in the original RunDLM.lib for define my board (RCM3000) for use the DLM__RCM3200__.bin : #if (_BOARD_TYPE_ == RCM3200) || (_BOARD_TYPE_== RCM3220A) || (_BOARD_TYPE_== RCM3000) #define DLMFilename "DLM__RCM3200__.


Compile mode 'Code and BIOS in flash, run in RAM' not supported for this board.

Started by sql2us in Rabbit-Semi18 years ago 5 replies

Hi, i am new member and i am a new user on Rabbit RCM3000 and i use Dynamic C 9.4 to copmile and upload the code to the RCM3000. when i...

Hi, i am new member and i am a new user on Rabbit RCM3000 and i use Dynamic C 9.4 to copmile and upload the code to the RCM3000. when i try to run the code there is it works but when i try to use Compile> Compile to Target > Compile to flash, run in ram or Compile> Compile to .Bin File> compile to flash run in rab( 0x0F00; 29 MHz RCM3000; 512k, 512 SRAM, 512 Flash) i


RCM3000 to ?

Started by Dave Moore in Rabbit-Semi12 years ago 3 replies

Hello all, I'm thinking about moving some product from the RCM3000 to something else to get out of the 10M world. I use every drop of the...

Hello all, I'm thinking about moving some product from the RCM3000 to something else to get out of the 10M world. I use every drop of the 512k flash and 512k ram on that thing, along with the serial ports. I'm also stuck at DC7.33 because I've made so many changes to that codebase over the years (http, snmp, telnet, tftp, smtp, ntp, ppp), I'm hesitant to even think about newer versi...


USB interface to the RCM3000

Started by Boy Rabbit in Rabbit-Semi17 years ago 9 replies

Hi, Can I add an USB interface to the RCM3000 development board, So I can use it instance the serial port...

Hi, Can I add an USB interface to the RCM3000 development board, So I can use it instance the serial port THX --------------------------------- How low will we go? Check out Yahoo! Messenger?s low PC-to-Phone call rates.


RCM3000 hardware problems

Started by "ken...@shail.co.uk [rabbit-semi]" in Rabbit-Semi8 years ago 5 replies

Has anyone seen a problem on the RCM3000 core modules where they fail to initialise properly at power-up? We are seeing it on RCM3110 and RCM3200...

Has anyone seen a problem on the RCM3000 core modules where they fail to initialise properly at power-up? We are seeing it on RCM3110 and RCM3200 at lower temperatures, around 15 to 20 Celsius. The symptoms are that the timers A and B do not produce the required frequency divisions. Baud rates are wrong. The symptoms are always cured by taking /reset_in low manually. That sort of eliminates ou...


RS485 enable and TCP/IP

Started by dpalu2 in Rabbit-Semi19 years ago 7 replies

Hello, I am using a RCM3000 and it is connected to six RS485 serial ports. The RCM3000 is basically a router. It gets packets on TCP/IP...

Hello, I am using a RCM3000 and it is connected to six RS485 serial ports. The RCM3000 is basically a router. It gets packets on TCP/IP and sends them out the appropriate RS485 port and if it gets a response it sends it back up using TCP/IP. So far everything is working great, now I am trying to speed things up. I would like to eliminate the bel


RCM3000 generates RFI noise

Started by Mike van Meeteren in Rabbit-Semi19 years ago 23 replies

Guys, I'm having a problem with our RCM3000 equipped product generating RFI interference. Our product is a piece of electronics that is...

Guys, I'm having a problem with our RCM3000 equipped product generating RFI interference. Our product is a piece of electronics that is installed in DOT style snow removal equipment, and it interferes with their business band two way radios when they use frequencies close to the RFI generated by the Rabbit core. We had a radio guy work wit


Re: Programming Cable Schematic

Started by petermcs in Rabbit-Semi13 years ago 1 reply

Assuming you mean the RCM3000 series you can find it here: http://ftp1.digi.com/support/documentation/0900128_d.pdf This link is from the...

Assuming you mean the RCM3000 series you can find it here: http://ftp1.digi.com/support/documentation/0900128_d.pdf This link is from the schematics section near the bottom of this page http://www.digi.com/products/wireless-wired-embedded-solutions/solutions-on-module/rabbitcore/rc m3000.jsp#docs Regards, Peter --- In r...@yahoogroups.com, "seecwriter" wrote: > >


IP Forwarding/Routing between Ethernet and serial PPP on RCM3000

Started by Peter in Rabbit-Semi20 years ago 3 replies

Has anyone attempted or been successful in adding IP routing functionality to the IP libraries on the rabbit? I want to be able to route...

Has anyone attempted or been successful in adding IP routing functionality to the IP libraries on the rabbit? I want to be able to route packets back and forth between a serial PPP interface and the Ethernet interface on an RCM3000. It seems that it would require some tweaking to the IP.LIB and possibly some of the other libraries to implement this fun


RCM3000 to "Progress 4GL" Server delay on TCP/IP socket writes

Started by mario_wtbbh in Rabbit-Semi13 years ago 2 replies

I was hoping that someone could shed some light on the TCP/IP "nuts and bolts" for the RCM3000. We've had lots of trouble-free experience...

I was hoping that someone could shed some light on the TCP/IP "nuts and bolts" for the RCM3000. We've had lots of trouble-free experience with listening sockets and active writing/reading sockets to/from a multitude of different server platforms, but last week this problem really stumped me. My Dynamic C (9.52) program, stripped to basics, opens an ASCII socket, writes one or more simple...


RCM3200 & RCM3000 with DC 8.10

Started by Matt Linder in Rabbit-Semi20 years ago 3 replies

Hi all, Anyone use an RCM3200 or RCM3000 with dc 8.10 ? These are the errors I get when only doing Ctrl-Y(bios recompile) line 1...

Hi all, Anyone use an RCM3200 or RCM3000 with dc 8.10 ? These are the errors I get when only doing Ctrl-Y(bios recompile) line 1 : ERROR ERROR : Undefined (but used) global label dkStackAddress line 1 : ERROR ERROR : Undefined (but used) global label dkReturnAddress Any ideas? Oddly enough 8.01 works ok. Matt


ZIP and UNZIP library for C

Started by ram mandavakar in Rabbit-Semi17 years ago 2 replies

Hell, I am doing one project ( i am receiving 5kb of data on serial port with uc, I had to compress that data on PC side and sent to RCM3000...

Hell, I am doing one project ( i am receiving 5kb of data on serial port with uc, I had to compress that data on PC side and sent to RCM3000 now i want to unZip the data on RCM3000 side) which required ZIP and UNZIP library for C if any one had done some work on ZIP and UNZIP in c pl. share that with me. Thanks Ram Mandavkar --------------------------------- Here?...


A4988 module + stepping motor c code for RCM3000 [1 Attachment]

Started by "kar...@yahoo.com [rabbit-semi]" in Rabbit-Semi7 years ago 4 replies

Hi, the following is the A4988 module + stepping motor c code for RCM3000, But stepping motor will only shake without turning, is the program...

Hi, the following is the A4988 module + stepping motor c code for RCM3000, But stepping motor will only shake without turning, is the program or hardware wiring problems ? thanks. #use "hobbyist.lib" #define START_SW HB_PF5 #define MOTOR_STEP HB_PF6 #define MOTOR_DIR HB_PF7 int x; if(!HBpinRead(START_SW)){ sprintf (status_html, "Start\r"); HBpinHigh(MOTOR...


Getting a rabbit 3000 core module and development kit

Started by walter woodrow in Rabbit-Semi21 years ago 2 replies

Hey, I am looking to purchase a rabbit 3000 development kit. http://www.zworld.com/products/rcm3000/ I am wondering if anyone...

Hey, I am looking to purchase a rabbit 3000 development kit. http://www.zworld.com/products/rcm3000/ I am wondering if anyone knows what version of the compiler software come with the kit. The page says it comes with Dynamic C development system, but no version number. I do see that it talks ab


2- HID Weigand Reader interface with RCM3000

Started by pra_shant3000 in Rabbit-Semi19 years ago 7 replies

Is it possible to interface, two HID weigand reader interface with the RCM3000? Is yes? please , tell me how?

Is it possible to interface, two HID weigand reader interface with the RCM3000? Is yes? please , tell me how?


Ethernet connection problem

Started by seecwriter in Rabbit-Semi13 years ago 5 replies

The other day I found out that a TCP/IP connection with my RCM3000 was timing out after anywhere from a few minutes to nearly an hour. This...

The other day I found out that a TCP/IP connection with my RCM3000 was timing out after anywhere from a few minutes to nearly an hour. This has worked for many years, so I was a bit surprised. I'm using DC v9.25. First, I used wireshark to see what was happening. It showed that at some point the Rabbit just quits responding. After half dozen retries by the PC, it throws a timeout error...


Connectors

Started by keithrathband in Rabbit-Semi19 years ago 6 replies

Simple question - does anyone know a supplier in the UK that sells the female mating half of the connector used on the RCM3000 core module ...

Simple question - does anyone know a supplier in the UK that sells the female mating half of the connector used on the RCM3000 core module (17x17 2mm IDC PCB mount socket). I can use either SMT or through hole types, but through hole would be preffered. RS, Farnell and Digikey dont do them in the no' of ways needed. Thanks


Battery backup

Started by Mike van Meeteren in Rabbit-Semi19 years ago 1 reply

All, I would appreciate it if someone at Rabbit Semiconductor could answer this question: What voltage is required at the VBAT pin...

All, I would appreciate it if someone at Rabbit Semiconductor could answer this question: What voltage is required at the VBAT pin on a RCM3000 or RCM3100 core to keep the clock functioning and the battery backed ram working? I talked to someone in tech support who was not very useful in helping me narrow the answer down. He e-mailed me a