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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 36249 - 36279 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36249
You need to make each char array (or string) at least one larger than the length of the string you want to store. There has to be room for the termination if...
mehiegl
Offline Send Email
Jul 1, 2007
11:29 am
36250
We ran into this problem about 5 years back (computers that have "a lot" of applications installed, even if the browser version etc. is the same). At the...
icc_thewoodlands
icc_thewoodl...
Offline Send Email
Jul 2, 2007
1:17 pm
36251
Hi, I use the rabbit3000 as a simply webserver. I use the command: <!--#exec cmd="test"--> on the html Page. In this cgi function I want to count the clients...
maikhaenig
Offline Send Email
Jul 2, 2007
2:31 pm
36253
There are three general ways I can think of for this: 1. Cookies 3. Implicit registration 2. Manual Registration Cookies would leave a small file on the client...
jjbaumert
Offline Send Email
Jul 2, 2007
4:40 pm
36254
Hi, does anyone know which Serial Port is accessible using the 10-pin header to DB9 cable provided by Z-World (part number 540-0009) with header J5 on the...
argy.tzak
Offline Send Email
Jul 2, 2007
5:00 pm
36255
Port A ... From: argy.tzak <argy.tzak@...> To: rabbit-semi@yahoogroups.com Sent: Monday, July 2, 2007 9:41:54 AM Subject: [rabbit-semi] Question about...
Steve Trigero
seecwriter
Offline Send Email
Jul 2, 2007
5:11 pm
36256
hi, how is it posible to have an device finder (like axis ip config tool). so that i can plug my device into the network and than configurate it with an tool...
Enrico Hofmann
enrico.hofmann
Offline Send Email
Jul 2, 2007
6:36 pm
36257
I downloaded the schematic of the protoboard (090-0137.pdf) and it shows that connector J5 brings pins TXB/RXB and TXC/RXB. So I did some experimentation and...
argy.tzak
Offline Send Email
Jul 2, 2007
10:01 pm
36258
This is off topic, but simple APīs doesnīt work like that. Besides, you must configure it to work together as a wireless distribution system (WDS). Only give...
Alexandre Kremer
alekremer
Offline Send Email
Jul 3, 2007
12:40 am
36259
... The other poster thought you were referring to the 10-pin programming port on the core module. You can use that cable with the J5 header to run serial port...
Tom Collins
tomcollinsaz
Offline Send Email
Jul 3, 2007
1:30 am
36260
Hello, I am new to Rabbit and RS232. I am trying to use serial port B to communicate with other device which has the following serial ASCII format. Output...
M G
mg100975@...
Send Email
Jul 3, 2007
3:30 am
36261
There are example programs showing how to use the 232 ports that DC installs. Look in the root directory of the DC installation for the example directory and ...
Steve Trigero
seecwriter
Offline Send Email
Jul 3, 2007
3:42 am
36262
Gigo, Do you know how Axis works. I did a quick glance at their website and it is unclear. The Rabbit supports a couple of configuration methods. Some of the ...
jjbaumert
Offline Send Email
Jul 3, 2007
8:33 am
36263
hi i found an something for the rabit... http://shdesigns.org/rabbit/locateip.shtml application starts on the rabbit / but i cant find any device on the ...
Enrico Hofmann
enrico.hofmann
Offline Send Email
Jul 3, 2007
9:30 am
36264
... Any app that uses a broadcast to access a device will have problems in XP due to their firewall. You will need to add the application to the list of...
Scott Henion
shdesigns2003
Offline Send Email
Jul 3, 2007
1:02 pm
36265
Hi, I want to use the implizit registration. But what dynamic C functions can I use to get the client IP Address in my cgi function? Are there some ohter...
maikhaenig
Offline Send Email
Jul 3, 2007
1:54 pm
36266
Hello, Iam getting the following error, errror ERROR DKENTRY.LIB : Out of root code space, try moving code to XMEM. can anyone help in this please . Thanks in...
davariswati
Offline Send Email
Jul 3, 2007
1:55 pm
36267
hello, i have registered one variable as int for displaying the values now when there is no data i want to keep that field blank(on web) i have type casted int...
davariswati
Offline Send Email
Jul 3, 2007
1:56 pm
36268
Here are a couple of technical notes on the the Rabbit Semiconductor site that should help in understanding the Rabbit Memory model and some methods for...
jjbaumert
Offline Send Email
Jul 3, 2007
2:22 pm
36269
Miak, You can do a CTRL-H on the ifconfig function to get some details... The following code fragment should get you the IP address. You will need the TCP...
jjbaumert
Offline Send Email
Jul 3, 2007
2:41 pm
36270
Type casting works fine. int i; char c; ... c = (char)i; If that's not working, then there is something else wrong with your code. Post some code that shows...
Steve Trigero
seecwriter
Offline Send Email
Jul 3, 2007
2:43 pm
36271
If you don't have the following define at the top of your program, then add it: #memmap xmem ... From: davariswati <davariswati@...> To:...
Steve Trigero
seecwriter
Offline Send Email
Jul 3, 2007
2:44 pm
36272
Hi, I donīt need my IP adress I need the IP adress of the client which will show my website. Because I want to use the client IP adress as identifier for...
maikhaenig
Offline Send Email
Jul 3, 2007
3:33 pm
36273
hi, firewall in win xp is deactived and it also doesnt work. any idea ? i tried the exeuteable version in the "release" folder from the c++ applications. does...
Enrico Hofmann
enrico.hofmann
Offline Send Email
Jul 3, 2007
8:25 pm
36274
... The release dir is for the older version that does not support DHP fallback parameters. LocateIP___Win32_ReleaseV2 directory has the latest I have updated...
Scott Henion
shdesigns2003
Offline Send Email
Jul 3, 2007
8:56 pm
36275
I want to write a program, where the rabbit will send some commands to a device. These commands (and the corresponding responses) are binary, not text. A...
argy.tzak
Offline Send Email
Jul 4, 2007
2:28 am
36276
hi, I have added #memmap xmem this line in my program still getting the problem. Steve Trigero <seecwriter@...> wrote: If you don't have the following...
swati Davari
davariswati
Offline Send Email
Jul 4, 2007
6:07 am
36277
i want to acquire a crytal frequency of nearly 10Mhz. how i can acqure it with RCM 2000 or RCM 3000. if anybody know. please help me. ... Looking for a deal?...
harish malecha
harish_malecha
Offline Send Email
Jul 4, 2007
6:07 am
36278
hi has anybody an exsample how i can store my configuration parameter in an file ? and read it on startup into the variables, is there an predefined function...
Enrico Hofmann
enrico.hofmann
Offline Send Email
Jul 4, 2007
9:06 am
36279
Hi you need to set DATAORG field in Rabbitbios.c check out... with this and let me know Hope this will help you...
swapnil bakare
swapnilb83
Offline Send Email
Jul 4, 2007
9:35 am
Messages 36249 - 36279 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