1.I tried several times to install dynamic C 9.52 in my PC.It asks for serial key number which is not available during download. I searched all net sources.No...
serial key number is there in the installation folder as serial.txt file Arpana Shrivastava R&D Engineer AEM Pvt Limited B-147 Sec-63 Noida 201301 Website:...
If anyone can steer me to any info on my problem, I would greatly appreciate it. I am doing a system with UCOSII with 5 tasks. From the lowest priority task I...
I've attached our "ANSITERM.c" to this response. It is probably far from a comprehensive list, but has some useful definitions we've used in the past (the...
Oops. I just realized that the original request was for the Dynamic C stdio window. I'm not certain how many of the ANSI control characters that actually...
You can work in DC without the target connected. You need to configure in the options menu to compile to bin for selected target and select the board you plan...
My question is about a problem communicating a rabbit 3720 zigbee application kit with a Wimax router. I have a static public IP address assigned to the...
... Sounds like the router is set to connect on demand. After a timeout with no date it brings down the WAN interface. Check the router WAN setup page for...
Hi all, The standard BitWrPortI() function is usually not a problem for me, but today I have an application where I'm finding it takes longer than I'd like. ...
Here is an IO function someone on this board passed along that you can try. // Macro to write an internal I/O reg without writing shaddow register #define...
I added errorlogging to my app but it doesn't seem to work. The results I get are always the same. this is the code i use (nearly the same as the example): n =...
I must say NEVER before in my life have to use that things. I must connect to a device using that kinds of parity, the first byte use MARK parity, the others...
... How many data bits? If 7-bit, then open port as 8-bit and OR data with 0x80 to set MARK parity AND with 0x7f for space (or other way around, never remeber...
... Thanks a lot Scott for your quick response, as always. :) Is 8 bit plus MARK or SPACE parity (first byte MARK, other bytes SPACE). My problem is, how to...
Donald, This sounds like a version of RS-485 protocol where the first byte has the information that tells which listener the data is for. I believe ...
... Thanks Pete. But im using dynamic c and is a hard to migrate code, ver long. Can you paste that code here or is copyrigthed? By the way, im trying that...
Donald, Sorry, I didn't notice I was replying to the Rabbit-semi group. Bill at Softools might be willing to sell you rights to it, but try this first..... Do...
I have two brand new RCM3610 boards, And I am getting this error: line 33 : WARNING BOARDTYPES.LIB : No ID Block found on the target; defining _BOARD_TYPE_...
All, I have a project with a Rabbit RCM3720 and I'm having mistook to caused my hardware to died in RCM3720. I would like to consult all of you this mistook...
... The ZWorld documentation for this board says: "Unless otherwise specified, the Rabbit I/O buffers are capable of sourcing and sinking 6.8 mA of current per...
Are you sure you have a good connection with the programming port? -Pete ... From: rabbit-semi@yahoogroups.com [mailto:rabbit-semi@yahoogroups.com] On Behalf...
Hey everyone. I am looking for an touch screen interface (preferably colour) to work with a bL2600. (an upgrade from the OP7200) I was wondering what has...
Adnan Mohammad-Ali
aali@...
Aug 11, 2008 11:11 pm
38097
What is wrong with the Modbus interface? We use colour Modbus screens with Rabbit RCM's on a number of projects. ... From: rabbit-semi@yahoogroups.com...
If you have a button on the screen that says "run plant" for instance. How do you communication with modbus to say set the runplant_flag to TRUE within dynamic...
Adnan Mohammad-Ali
aali@...
Aug 12, 2008 3:49 am
38099
Modbus was originally (in the late 1970's) made for raw digital inputs (1x), digital outputs (0x), input registers (3x) (i.e. analog inputs) and output...
My project has been using one from a mob called Amulet @ http://www.amulettechnologies.com/ They are (reportedly) going colour sometime very soon, only load on...
I think the solution is based on how many you need. Low volume - Go with a standard off the shelf HMI from EZ-automation or AutomationDirect. They both work...
Given the sample code below, what value of 'len' should be pass to CheckSum()? int len; char p[20]; strcpy( p, "Hello" ); len = strlen(p); p[len++] = CheckSum(...