I needed to know how to obtain the rtc values from the PK2200 BIOS so I asked the Rabbit support I was given an answer which did'nt worked and also asked to...
I need use the serial flash memory for RCM3700 to create a log to read it from a browser. I look the SERIAL_FLASHLOG.C but it is very hard to me. I compile...
Hi Everyone, I am having some issues with DC and pointers to a structure. (yup newbe) Can anyone provide some help? Here is some sample code and I am having...
... You never gave the structure a tag so it can't be used as as "stuct" cast. Youc an use it as a typedef: int ptrtest (count * ct_ptr) { ct_ptr->a=1; } or...
I just took a look at one of our old PK2200 projects and we just used tm_rd to read the time. At one stage ZWorld changed from using Toshiba RTC chips to using...
Were using Dynamic C v6.x our device is a z180 PK2200. what libraries should I use, I already received an from rabbit about RTC and a sample RTC program but it...
Sorry I can't help you with DC6 as I've never used it. Just a tip with getting support. Keep the example as simple as possible e.g. just hardcode some values...
thanks for the advice although were going to change the approach in getting the time values. We opted to use a variable for seconds and then increment it per...
i need suggestion which on devices of rabbit could be used to make rfid system, for example smart card system if you all ca suggest hardware it will be good...
Hello. I need to save the IR informattion from an Air Conditioner remote control in my Rabbit RCM 3700. I need send this informattion latter to a IR Emitter to...
Hello everyone. I have a function that looks like this: costate { waitfordone {a = cof_Task1;} if (a < 1) //some code else //another code } The Dynamic C User...
I edited your code below. I believe you need the parentheticals to make the program work. In your code when you "yield" within the cof_Task1() cofunction, the ...
Allow me clarify with an example: //Make an example function like: scofunc int XPTO(void) { //Some code return result; } In the main function use the...
You're looking for the client IP that's requesting your page? Not sure about RabbitWeb if it's any easier to extract that or not, but typically you have to ...
Thank you very much for your help. I realy understood how that works. I had that code in a modbus application that isn't working, and it seems the main problem...
Read and save initial time (MS_TIMER) and initial status of the input. Read and save MS_TIMER everytime there's a change in the input. So then you have length...
Hello aganin I want to implement a modbus communication between a PC and a rabbit. I have a modbus library and software on the rabbit and a ModbusOPCSrever on...
Thank you ! I have another question (relationated with this project). How can I create a square signal of 20 Khz (for example) and put this into a output...
There is a function called getpeername() that does the same thing (with no library hacking required). There is an example in the \Samples\RCM3700\ folder...
I did something similar to the SNMP library to get the remote IP as well. It was easier to just set a global var in the .lib than try and access it from the...
Download a copy of ModbusPoll and ModbusSlave from http://www.modbustools.com/ . They are invaluable tools for debugging Modbus problems. I'd recommend you get...
That's beyond my knowledge at the moment. Look for pwm related topics. As far as I remember frequency below 56KHz cannot be obtained directly but using some...
Is there a "sftp" add-on module for Rabbit? Please note this is not "ftp over SSL" or "ftp over SSH", but the sftp protocol. Please advice – if you are or...
to dtriskel why " below 56KHz cannot be obtained " what is wrong if he uses Delaysec function like waitfor(DelaySec(2L)) which give .5 hz ... topics. ... ...
... Set a serial port for sync mode but don't clear the data ports or status reg. It will output a continuous clock: http://shdesigns.org/tips/genclock.shtml ...