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 31515 - 31544 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31515
... No. If you really need to access "yourself" through the network, you could create a loopback interface. But that's probably not worth the trouble. :o) ...
Maurits van de Kamp
maurits_vand...
Offline Send Email
Mar 1, 2006
8:09 am
31516
You can find a lot of spare parts, accessories and service tools for GSM mobile phones at Xgsm online shop: http://www.xgsm.ro New items in stock, ready for...
Xgsm
user_allgsm
Offline Send Email
Mar 1, 2006
11:27 am
31517
Hi I am making use of RCM 3720 with Dynamic C 9.25. MY application makes use of File System (Flash & Ram) & even Ethernet. Our File System worked fine but...
Kaustubh
kaustubh_hajare
Offline Send Email
Mar 1, 2006
3:54 pm
31518
"hardware reset" means that a piece of hardware (the reset line) causes a reset. This is compared to a "software reset", where your code can maybe jump to the...
Dave Moore
questdavemoore
Offline Send Email
Mar 1, 2006
4:47 pm
31519
Hi, I'm wondering if somebody has been forced to use an external watchdog, or it is the Rabbit watchdog 100% reliable ? I'm asking because I'm making use of...
csantmail
Offline Send Email
Mar 1, 2006
10:51 pm
31520
We've never to use an external watchdog... If the software is stuck in a loop (i.e. a software problem) the watchdog isn't going to fix the problem. Could you...
Nathan Johnston
nb_johnston
Offline Send Email
Mar 1, 2006
11:00 pm
31521
Nathan, Thanks for your answer. I've tried not to refresh the watchdog inside loops (except the main loop) and about the MS_TIMER and SEC_TIMER I always try to...
csantmail
Offline Send Email
Mar 1, 2006
11:07 pm
31522
"I've tried not to refresh the watchdog inside loops (except the main loop)" Unless you're using the Virtual Watchdog, you don't need to hit the watchdog...
Nathan Johnston
nb_johnston
Offline Send Email
Mar 1, 2006
11:09 pm
31523
Yes, I use the Virtual Watchdog: wd = VdGetFreeWd(255); and keeping the use of VdHitWd(wd); to a minimun. I'm guessing that's the best way to use the Rabbit's...
csantmail
Offline Send Email
Mar 1, 2006
11:15 pm
31524
Oh OK. Maybe someone else can help you with this then because I've never used the virtual watchdog... Regards, Nathan ... From: rabbit-semi@yahoogroups.com...
Nathan Johnston
nb_johnston
Offline Send Email
Mar 1, 2006
11:20 pm
31525
Thanks Nathan, you actually did help me: you have commercial products that run stable and you don't use either external watchdog nor virtual watchdog...so you...
csantmail
Offline Send Email
Mar 1, 2006
11:29 pm
31526
Yes that's correct. We have 1000's of commerical products in the field using this "technique". There is however the risk that if you get stuck in a loop...
Nathan Johnston
nb_johnston
Offline Send Email
Mar 1, 2006
11:39 pm
31527
... You might want to set up multiple virtual watchdogs, and have your various periodic tasks hit their own watchdog. That way if any of them stop running,...
Tom Collins
tomcollinsaz
Offline Send Email
Mar 2, 2006
3:39 am
31528
can you write an char of int in binaire format dynamic c int i = '00001111';...
offiemlq
Offline Send Email
Mar 2, 2006
7:17 am
31529
... Yes, but (as in any other C language) it's spelled like this: i = 0b00001111; (For hex use 0x, for octal use only 0) Maurits. Maurits van de Kamp ...
Maurits van de Kamp
maurits_vand...
Offline Send Email
Mar 2, 2006
7:50 am
31530
Thanx for reply, But dynamic c 8.30 won't work int x; x=0b0000111100001111;...
Offie@...
offiemlq
Offline Send Email
Mar 2, 2006
8:47 am
31531
Sir, I am using 7.25 version dynamic C and rabbit 2000. First time power on tcp and udp protcol works fine. After 5 second if you make TCP connection it goes...
sathish noojile
sathish_noojile
Offline Send Email
Mar 2, 2006
9:04 am
31532
Hi, I tried the "browseled.c" sample with RCM3000 and it works very nice. then i connected the RCM3000 to HUP with 2 PCs RCM3000 has IP address 10.10.6.100 PC1...
Bandar Abdullah Alate...
sql2us
Offline Send Email
Mar 2, 2006
11:40 am
31533
Hello Bandar Well, unfortunatelly I don't have the answer to your question, I actually would like to extend it. I've had the same problem you are facing and...
Wilmar Perez
ewdpb
Offline Send Email
Mar 2, 2006
1:55 pm
31534
Hex will work. Try 0x0F0F for your example. Ryan ________________________________ From: rabbit-semi@yahoogroups.com [mailto:rabbit-semi@yahoogroups.com] On...
Ryan Alswede
r_alswede
Offline Send Email
Mar 2, 2006
2:15 pm
31535
I've used the RAM file system for a long time now. I've always used it at the 200kb maximum. Manual says 200kb is "about" the max, Has anybody pushed this...
Ryan Alswede
r_alswede
Offline Send Email
Mar 2, 2006
4:55 pm
31536
Hi I'm getting an error that has me stumped, it may not even have antyhing to do with the location that it's showing me but I thought I'd show it and see if...
rhayes1010
Offline Send Email
Mar 2, 2006
6:14 pm
31537
... Well, typical DC useless error messages. Alarms[0].AlarmName = "Indicator Communications Lost"; Alarms[0].AlarmName is a char[20]; "Indicator...
Scott Henion
shdesigns2003
Offline Send Email
Mar 2, 2006
6:21 pm
31538
Ron, You declared .AlarmName is being [20] and you have tried to initialize it with more than 20 characters. Brian _____ From: rabbit-semi@yahoogroups.com...
Brian Horn
bhorn03
Offline Send Email
Mar 2, 2006
6:26 pm
31539
Scott, if he defines .AlarmName as a char *, and then he assign it a pointer to a literal string. Two questions: 1- is it faster to do that, or it does not...
Rabbit
hishrana
Online Now Send Email
Mar 2, 2006
6:30 pm
31540
Yes, that was a stupid mistake. I bumped it up to 40 and I still get the same error. ... initialize it...
rhayes1010
Offline Send Email
Mar 2, 2006
6:32 pm
31541
... Careful with your 20 character limit though...I think you'll bust through with that string....
Dave Moore
questdavemoore
Offline Send Email
Mar 2, 2006
6:35 pm
31542
Hi, Im looking for Multi-Port Serial-to-Ethernet samples and libraries. Somebody have them? Best regards, Luis...
Luis Briones
lu6vg
Offline Send Email
Mar 2, 2006
6:39 pm
31543
... It is much faster, all the assign does is write a pointer instead of copying the string. 2 bytes vs strlen(string)+1 ... The string is stored in FLash. All...
Scott Henion
shdesigns2003
Offline Send Email
Mar 2, 2006
6:45 pm
31544
You can't assign a string to a string. This line of code is illegal as DC is trying to tel you: Alarms[0].AlarmName = "Indicator Communications Lost"; You have...
Steve Trigero
seecwriter
Offline Send Email
Mar 2, 2006
6:54 pm
Messages 31515 - 31544 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