Search the web
Sign In
New User? Sign Up
rabbit-semi · Group for Rabbit C-programmable micros
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 37780 - 37809 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37780
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...
Fernand Francis T. Ro...
netsurfer1983
Offline Send Email
May 1, 2008
1:34 pm
37781
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...
Omar
inecoiec
Offline Send Email
May 1, 2008
2:06 pm
37782
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...
Webs Groups
mrcoreyh
Offline Send Email
May 1, 2008
5:19 pm
37783
... 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...
Scott Henion
shdesigns2003
Offline Send Email
May 1, 2008
5:41 pm
37784
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...
Nathan Johnston
nb_johnston
Offline Send Email
May 1, 2008
10:53 pm
37785
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...
Fernand Francis T. Ro...
netsurfer1983
Offline Send Email
May 2, 2008
2:59 am
37786
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...
Nathan Johnston
nb_johnston
Offline Send Email
May 2, 2008
3:17 am
37787
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...
Fernand Francis T. Ro...
netsurfer1983
Offline Send Email
May 2, 2008
12:54 pm
37788
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...
muhammad tarmizi lock...
mizis_mizis
Online Now Send Email
May 3, 2008
3:50 pm
37789
If I use Rabbit web , How do I know the remote IP address that open my webpage. Sakorn,...
bluetech_th
Offline Send Email
May 5, 2008
3:20 pm
37790
The IP will be the one you have defined if using static IP or the one you were given if using DHCP. Check ethernet related samples....
dtriskel
Offline Send Email
May 6, 2008
1:04 pm
37791
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...
Omar
inecoiec
Offline Send Email
May 6, 2008
1:20 pm
37792
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...
ratzoni_18@...
ratzoni_18
Online Now Send Email
May 6, 2008
1:22 pm
37793
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 ...
jjbaumert
Offline Send Email
May 6, 2008
1:36 pm
37794
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...
cjf10244
Offline Send Email
May 6, 2008
1:39 pm
37795
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 ...
Dan Allen
maesoftgroup
Offline Send Email
May 6, 2008
1:48 pm
37796
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...
oana chenaru
ratzoni_18
Online Now Send Email
May 6, 2008
3:38 pm
37797
Hello, I need to save in memory the length of time in which a Pin input port is in the low o high state. for example this signal. ...
Omar
inecoiec
Offline Send Email
May 7, 2008
12:46 pm
37798
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...
dtriskel
Offline Send Email
May 7, 2008
1:12 pm
37799
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...
oana chenaru
ratzoni_18
Online Now Send Email
May 7, 2008
1:32 pm
37800
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...
Omar
inecoiec
Offline Send Email
May 7, 2008
2:09 pm
37801
I have modified some code in Rabbitweb.lib to get the HTTP *state then get the remote IP . Thank you alls, Sakorn ... open my...
bluetech_th
Offline Send Email
May 7, 2008
2:26 pm
37802
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...
ebrains2003
Offline Send Email
May 7, 2008
3:00 pm
37803
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...
Dan Allen
maesoftgroup
Offline Send Email
May 7, 2008
3:34 pm
37804
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...
Nathan Johnston
nb_johnston
Offline Send Email
May 7, 2008
10:26 pm
37805
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...
dtriskel
Offline Send Email
May 8, 2008
8:02 am
37806
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...
rahimgv
Offline Send Email
May 8, 2008
4:02 pm
37807
Looks like I'm the first one to notice (apologies if I'm not): they just released v9.62. It and its release notes are available at ...
phroger_rabbit
Offline Send Email
May 8, 2008
6:48 pm
37808
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. ... ...
eng.mzaki
Offline Send Email
May 8, 2008
9:18 pm
37809
... 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 ...
Scott Henion
shdesigns2003
Offline Send Email
May 8, 2008
9:35 pm
Messages 37780 - 37809 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help