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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 38167 - 38196 of 39533   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38167 Gusztáv Győri
directsl@...
Send Email
Sep 1, 2008
11:22 am
38168
Weird… I haven’t got all the parts of this discussion, but just fount them on the groups page… Oh well. I can’t say I’ve ever had any problems with...
Julian Higginson
julianhigginson
Offline Send Email
Sep 2, 2008
2:01 am
38169
I am using 9.50 on a 3700 as I had some issue moving to 9.52 - I can't just remember what, and the release notes didn't seem to imply a fix in this area. The...
Kevin Hawkins
ukusaconsulting
Offline Send Email
Sep 2, 2008
12:11 pm
38170
This file COMPCORE/def.cpp isn't one of mine though - I assumed it was some compiler code - although I can't find it in my DC directory.. I have searched for...
Kevin Hawkins
ukusaconsulting
Offline Send Email
Sep 2, 2008
12:23 pm
38171
Having read through the documentation for the R2000 processor, I'm a little confused as how to use the alternate pins for Serial Port B. The Rabbit 2000 User...
eilidhs_daddy
Offline Send Email
Sep 2, 2008
1:35 pm
38172
... The only thing you need to do is ensure that you #DEFINE SERB_USEPORTD at the top of your program before calling serBopen() -Kenny...
Kenny
kennymillar2000
Offline Send Email
Sep 2, 2008
2:24 pm
38173
... You should try to reproduce the problem with DC 9.62. If it's still present, be sure to contact Rabbit Technical Support with steps to reproduce the...
Tom Collins
tomcollinsaz
Offline Send Email
Sep 3, 2008
5:01 am
38174
Hello, I'm working on a project based on an RCM4100 running at 60 MHz. It has three PIDs: each one has a setpoint, an analog input as feedback and all of them...
Marco Trapanese
iw2nzm
Offline Send Email
Sep 3, 2008
10:11 am
38175
My issue with updating to the current version is that I'm out of memory in all sorts of places so I was trying to stay with something I knew worked - at least...
Kevin Hawkins
ukusaconsulting
Offline Send Email
Sep 3, 2008
12:28 pm
38176
In my experience, I think that you don't need to be so acuarate in a PID algoritm. Obtain 50 ms can be done with a costate inside a loop with low time in...
jmsardon01
Offline Send Email
Sep 4, 2008
2:19 pm
38177
... I'm not so sure. A PID is an algorithm in the digital domain (aka z-domain) so the accuracy of the clock source should be quite important. Anyway, I want...
Marco Trapanese
iw2nzm
Offline Send Email
Sep 4, 2008
4:32 pm
38178
Hello! I'm using the PS2 keyboard decoder library found in the files section of this forum - thanks to Dave for sharing! The main loop is very simple: #use...
Marco Trapanese
iw2nzm
Offline Send Email
Sep 4, 2008
4:49 pm
38179
My latest app requires to be able to decide at run time whether to use DHCP or static ip address. The app will decide at run time wheter to use DHCP or a...
eilidhs_daddy
Offline Send Email
Sep 5, 2008
3:19 pm
38180
This has been covered quite a bit in this group. A quick search found this answer which is probably similar to what you are looking for, i.e., using TCPCONFIG...
ebrains2003
Offline Send Email
Sep 5, 2008
3:48 pm
38181
Hi, Need help on Serial to ethernet vice versa. I tried the sample program from dynamic c s2e_basic.C and it actually works on ethernet to serial. but i also...
dhdl_corp
Offline Send Email
Sep 7, 2008
9:08 pm
38182
Hi ALL, i found a bug in the function sock_preread in the TCP.lib. the bug gives compilation error, due multiple declaration for the same variable. can you...
mfawzy79
Offline Send Email
Sep 9, 2008
6:42 am
38183
... I think you are going to need to post more details than that! -K...
eilidhs_daddy
Offline Send Email
Sep 9, 2008
7:58 am
38184
... the same ... sorry for lake of information. 1- i'm using the dynamic C 10.40 + RCM4300 2- the function as it is in the lib is _tcp_nodebug int...
mfawzy79
Offline Send Email
Sep 9, 2008
12:57 pm
38185
... Well, unless I'm mistaken that definitely looks like a bug to me. I suggest you contact Rabbit and report it at : ...
eilidhs_daddy
Offline Send Email
Sep 9, 2008
2:27 pm
38186
... That was fixed in the 10.44 release. Go into tcp.lib and update lines ... int sock_preread( void *_s, byte *dp, int len ); /*** EndHeader */ _tcp_nodebug ...
Tom Collins
tomcollinsaz
Offline Send Email
Sep 9, 2008
2:56 pm
38187
I'm trying to compile a program in Dynamic C 9.52 to run in RAM. The program is part of a boot loader which we wrote some time ago to program a RCM2260...
Ken
ken_hx_1
Offline Send Email
Sep 9, 2008
5:22 pm
38188
... Set compile options: Bios and Memory settings: Code and bios in RAM Default Compile mode: Compile to defined target configuration to a .bin file Do not...
Scott Henion
shdesigns2003
Offline Send Email
Sep 9, 2008
6:35 pm
38189
... Also make sure the board type is set in the targetless compile options. 9.5x seems to randomly change it. -- ... Rabbit libs:...
Scott Henion
shdesigns2003
Offline Send Email
Sep 9, 2008
6:54 pm
38190
Hi, I have a program that uses a sf1000 card with the FAT filesystem using a 4400 board. My goal is to read and write data to the card. All pins have been...
nsboparai11
Offline Send Email
Sep 9, 2008
10:07 pm
38191
There's some sample code called FATShell or something similar that I like to use. It lets you mount, format, dump,and list files on fat partitions.. I've found...
Paul Kelly
pk7639
Offline Send Email
Sep 10, 2008
1:54 am
38192
If I: #define RABBITWEB_VERBOSE Then I get: line 196 : ERROR RABBITWEB.LIB : varname is out of scope/ not declared. line 354 : ERROR RABBITWEB.LIB :...
trixlights
Offline Send Email
Sep 10, 2008
2:16 am
38193
... On line 196, replace "varname" with "_var_name". -Tom...
Tom Collins
tomcollinsaz
Offline Send Email
Sep 10, 2008
3:38 pm
38194
Thanks Scott, I'll give your suggestions a try. I may also check out Soft tools. I'm not using any costates, but I also don't want to rewrite everything I've...
Ken Hendrix
ken_hx_1
Offline Send Email
Sep 10, 2008
7:43 pm
38195
I have been working with the Rabbit 4000 and dynamic C for a couple of weeks now and I have found it to be a bit too quirky and unreliable for my tastes. I...
mdiaz.tello
Offline Send Email
Sep 10, 2008
9:59 pm
38196
I have been using fat_shell but I can not see the file on there. It might be that the file is being created in RAM. I only get this problem when I use the...
nsboparai11
Offline Send Email
Sep 11, 2008
12:08 am
Messages 38167 - 38196 of 39533   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