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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 38665 - 38694 of 39533   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38665
... Has anyone actually succeeded? All related info I've seen so far seem to indicate that the mess that DC is, after fiddling with file naming and things, you...
Harri Haataja
realblades
Offline Send Email
Mar 1, 2009
10:42 pm
38666
The editor at least runs in WINE, not sure what if any useable code is produced. Yes, secondly I could see where loading it via serial would be an issue. I...
Dan Allen
maesoftgroup
Offline Send Email
Mar 2, 2009
12:15 am
38667
There's a semiphore which the wifi AD driver monitors that will prevent it from using the SPI interface until released. _sf_spi_busy // Flag usage is located...
zekillian
Offline Send Email
Mar 2, 2009
11:15 pm
38668
I'm new to the Rabbit platform and Dynamic C, and am having some problems compiling my first program. The first few lines of my .lib file are: /*** BeginHeader...
Matthew M.
nogginboink
Offline Send Email
Mar 3, 2009
5:10 am
38669
... Looks like structOperatingParameters is not defined before reading the beginheader section. Where is it defined? It should be within a Beginheader block in...
Scott Henion
shdesigns2003
Offline Send Email
Mar 3, 2009
5:29 am
38670
I suspect the answer to this question is also the ordering of statments inside BeginHeader/EndHeader, but I can't figure it out. I've written a stupid-simple...
Matthew M.
nogginboink
Offline Send Email
Mar 3, 2009
6:20 am
38671
testEnum is not a type in C. You need to read a C programming book. In C all an enum does is give names to ints. Change "testEnum c" to "int c" and it will...
Steve Trigero
seecwriter
Offline Send Email
Mar 3, 2009
6:33 am
38672
... You probably need to change the enum as a typedef: typedef enum testEnum { value_one, value_two, value_three } testEnum; or change your struct to: typedef...
Scott Henion
shdesigns2003
Offline Send Email
Mar 3, 2009
6:33 am
38673
... My earlier post about the solution I'd found was wrong; Scott's suggestion of changing the struct definition appears to be the correct solution. Steve, my...
Matthew M.
nogginboink
Offline Send Email
Mar 3, 2009
9:21 am
38674
... I found that if I moved the enums to another .lib, and #use'd that lib from the first lib, it works....
Matthew M.
nogginboink
Offline Send Email
Mar 3, 2009
9:21 am
38675
Hi, i´m using ftp with fs2 in RCM3700, i need to list files in fs using ls with filters like *.txt or hell?.txt you know. Is any library available for that, i...
marianotisera
Offline Send Email
Mar 4, 2009
4:19 pm
38676
Hello I need to debug a controller and it would be very usefull for me to get the code that was written on it. Is there any way I can do this? Also, I know the...
oana chenaru
ratzoni_18
Offline Send Email
Mar 5, 2009
8:29 am
38677
... You can try connecting the DIAG connector and use a serial terminal emulator like Hyperterminal (no handshaking). However, unless the code was compiled to...
Scott Henion
shdesigns2003
Offline Send Email
Mar 5, 2009
8:52 am
38678
I recently bought an RCM5700 dev kit, and have been anxiously looking forward to using it with the Softools WinIDE, which Z-World used to advertise rather...
jwcrens
Offline Send Email
Mar 6, 2009
5:21 am
38679
Hi I am using BL2600 for my projects. I need to communicate with a PLC (which is a Modbus Slave). So I am trying to program my BL2600 as a Modbus Master ...
phahee
Offline Send Email
Mar 6, 2009
9:34 am
38680
Hi Does anybody know how to use the function MBM_WriteCoils ( int MB_address, int StartCoilNbr, int NbrCoils, int CoilStates ) which is in Modbus_Master.lib ...
phahee
Offline Send Email
Mar 6, 2009
10:22 am
38681
Hello The state is probably the value you want to write. since it is int you probably can't write more than 16 bits once. I am not sure of that anyway :) ...
oana chenaru
ratzoni_18
Offline Send Email
Mar 6, 2009
10:25 am
38682
Couldn't have said it better myself! -Pete ... From: rabbit-semi@yahoogroups.com [mailto:rabbit-semi@yahoogroups.com] On Behalf Of jwcrens Sent: Friday, March...
Fournier, Pete
pfournier_as...
Offline Send Email
Mar 6, 2009
1:18 pm
38683
Hi, thank you for this tip. I've tried it and it works fine (I've performed a test with maximum needed number of frames with maximum period). Before your tip...
Gereon.Eising@...
gereoneising
Offline Send Email
Mar 8, 2009
10:37 pm
38684
Hi, I'm using an RCM3365 that has 512k Program execution RAM and 512k Battery-backup RAM. Here is the situation I encountered: When I set my program to be...
bearbearseal
Offline Send Email
Mar 9, 2009
6:00 am
38685
... Because DC has very poor memory management. They tend to leave 256k mapped to flash just so they can read the ID and user block. There is no need for this,...
Scott Henion
shdesigns2003
Offline Send Email
Mar 9, 2009
6:48 am
38686
I think it may be working now, and the problem has more to do with the DNS server than the library. We use OpenDNS for ease in setting these things up and...
hwrd389
Offline Send Email
Mar 9, 2009
12:40 pm
38687
... Thanks Scott for the quick reply even though it appears to be a sad truth to me, :(....
bearbearseal
Offline Send Email
Mar 9, 2009
8:35 pm
38688
This would depend somewhat on which version of rabbit's modbus you are using. The recent one appears to only write a single 8-bit state. The earlier version...
Jon
grandpotenta...
Offline Send Email
Mar 10, 2009
11:06 pm
38689
Thanks for your reply. The link you sent is really useful. I'll refer to this Phahee _____ From: rabbit-semi@yahoogroups.com...
phahee
Offline Send Email
Mar 11, 2009
2:30 am
38690
Dear Everyone, I used to work with an RCM3700. If I removed the Ethernet cable, then reconnected it, the module instantly recognized it, blinking the green...
Gusztáv Győri
directsl@...
Send Email
Mar 11, 2009
12:40 pm
38691
Hi all, I would really appreciate some light being shed on my current problem. My scenario; To communicate via TCP/IP packets between: OP7200 RCM2250 (labelled...
Ari Barbakos
abarbakos@...
Send Email
Mar 13, 2009
8:25 am
38692
Hi All, I've purchased a Rabbit Semi GSM/GPRS kit and am trying to run the example program provided with the kit. I purchsed an ATT 3G communication contract...
Michael
pme_michael
Offline Send Email
Mar 13, 2009
10:08 pm
38693
hi ! I working with 4010 core I need exmaple to setup ISR on PWM ? I need to count 4096 pulse from the internal PWM ? Thanks Alain Tanguay...
alain.tanguay
Offline Send Email
Mar 13, 2009
10:08 pm
38694
Hello, in my designs I often use a standard PS2 keyboard with an RCM4100. I found the PS2KEYBOARD.LIB in the file section of this group. The library works but...
Marco Trapanese
iw2nzm
Offline Send Email
Mar 19, 2009
8:04 am
Messages 38665 - 38694 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