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...
Show off your group to the world. Share a photo of your group with us.

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 28381 - 28410 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28381
... then ... It could be forgetting to put in #memmap xmem at the first of your program. Without this, the program quickly fills up root as fast as it can...
Robert Richter
robertbrichter
Offline Send Email
Jul 1, 2005
7:03 am
28382
This may sound like a silly question - so please excuse me, I'm trying to get PPP working with a US Robotics modem and an RCM3000 core module fitted to the...
Keith Rathband
keefthirty
Offline Send Email
Jul 1, 2005
11:35 am
28383
Latest Windows HyperTerminal needs a loopback pin 4 to 7 (dtr --> rts) i think from memory or it will not tx characters. regs Darren ... prototyping ... ...
Darren Simons
darrens1962
Offline Send Email
Jul 1, 2005
12:47 pm
28384
... This was the one. It now communicates with hyperterminal fine. I guess I shall have to read up on DTE and DCE, I would never have thought Tx went to Tx...
Hugh Morgan
hughmorgan72
Offline Send Email
Jul 1, 2005
1:08 pm
28385
Yes you can use the R232 chip to communicate with the evaluation board. If you connect all the I/O pins requested you will have no problems with PPP other...
Ryan Alswede
r_alswede
Offline Send Email
Jul 1, 2005
1:09 pm
28386
Thanks Ryan, The problem is that the RS232 chip on the evaluation board only has 4 i/o lines (RX TX CTS RTS)? So - where to all the rest of the i/o lines go ? ...
keithrathband
Offline Send Email
Jul 1, 2005
1:19 pm
28387
You will need to add some parts for converting the other control signals. You can take the modem and connect it directly to the I/O pins with wire wraps or...
Ryan Alswede
r_alswede
Offline Send Email
Jul 1, 2005
1:25 pm
28388
Can anyone suggest a suitable driver ic that will support all the i/o lines needed....
keithrathband
Offline Send Email
Jul 1, 2005
1:47 pm
28389
Hi, I have been involved in a "quest" to be able to compile exactly the same binary from the same source code on different machines and at different times. As...
Robert Horton
mr_horton
Online Now Send Email
Jul 1, 2005
1:59 pm
28390
Dont worry, i found a MAX205e chip - that should be OK. Thanks for the help anyway. ... with wire ... [mailto:rabbit-semi@yahoogroups.com] ... RCM3000 ... ...
keithrathband
Offline Send Email
Jul 1, 2005
2:35 pm
28391
There is a rregistry entry named: Include Time Stamp in \Software\Zworld\DCW\Rabbit\version#\Compiler. Change it to 0. ... own ... recompile. ... 0x10155....
bmurthazw
Offline Send Email
Jul 1, 2005
3:45 pm
28392
Not sure about other versions of 8.01 but my regeistry does not contain a \compiler entry. I have communications, debug window, environment, key_options, and...
Larry Kilmer
lkkilmer
Offline Send Email
Jul 1, 2005
4:48 pm
28393
HI, I HAVE A NEW PROJECT UNDERWAY WHICH HAS TO DO WITH WEB COMMUNICATIONS WITH A POS DEVICE. ANYONE WHO IS DEVELOPING A PROJECT IS WELCOME TO JOIN. ...
Joseph Pamelia
rabbitgrp
Offline Send Email
Jul 2, 2005
11:18 pm
28394
HI, I HAVE A NEW PROJECT UNDERWAY WHICH HAS TO DO WITH WEB COMMUNICATIONS WITH A POS DEVICE. ANYONE WHO IS DEVELOPING A PROJECT IS WELCOME TO JOIN. ...
Joseph Pamelia
rabbitgrp
Offline Send Email
Jul 2, 2005
11:18 pm
28395
... application. I ... turned ... this ... without ... page ... Thank you guys. You've already conirmed what I thought about it. I've already managed my page...
be_nur00
Offline Send Email
Jul 3, 2005
4:54 am
28396
If you are alone, call this number 800-211-9293. Connect with Real Singles from your local area instantly. A true Match is only one phone call away...
flnk4428kbzbq
Offline Send Email
Jul 3, 2005
11:31 am
28397
If you are alone, call this number 800-211-9293. Connect with Real Singles from your local area instantly. A true Match is only one phone call away...
rwz2445pvn
Offline Send Email
Jul 3, 2005
7:11 pm
28398
I am ready to join but whats POS?...
Tausif
tausif@...
Send Email
Jul 4, 2005
3:36 am
28399
For all those guys/gals trying to fidle with hyperterminal, here is something you would love for the rest of your life: Take a look at:...
Tausif
tausif@...
Send Email
Jul 4, 2005
3:48 am
28400
... POS - Point Of Sale <Scott> ... -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.8/37 -...
Scott Henion
shdesigns2003
Offline Send Email
Jul 4, 2005
3:57 am
28401
Hello, I'm new with Rabbit processors. We are using Rabbit 3600 processor for developing communication nodes. Is it possible to unique identify each Rabbit...
robert_doors
Offline Send Email
Jul 4, 2005
9:07 am
28402
Hi, thanks for the info it worked! Incase other people are reading this then I found the registry entry at this location: ...
Robert Horton
mr_horton
Online Now Send Email
Jul 4, 2005
9:25 am
28403
Hello evrybody, i am using the function md5_append and md5_finish to calculate an MD5 for my data befor i send them encryptet from client to server. The server...
haider_karomi
Offline Send Email
Jul 4, 2005
12:32 pm
28404
... I took it one step further and have checksumming code in my binaries to ensure that a) the program took correctly when it was programmed at the factory b)...
Mike van Meeteren
cirusrabbit
Offline Send Email
Jul 4, 2005
12:34 pm
28405
Hi PPP Users, A manual disconnection from the PC that dials a Rabbit via PPP is known to the rabbit and the interface status is updated. However, if the...
aintnoprobs
Offline Send Email
Jul 5, 2005
5:34 am
28406
I use a timeout function for all of my serial applications. If a connection exists/did exist, and there is no valid response in X amount of time, then the...
Scott Morris
jester_fu_ah
Offline Send Email
Jul 5, 2005
5:41 am
28407
hi, thanks for the previous advise... i've tried reviseing and editing my codes and came out with this one; ...
Nur Dalilah
ei_ihp
Offline Send Email
Jul 5, 2005
9:07 am
28408
Hi all, I'm experiencing a big problem with DNS library. My code does several DNS queries. The program flow looks like this: 1 - Find the hostname 2 - Do DNS...
Massimo Battisti
battisti@...
Send Email
Jul 5, 2005
10:42 am
28409
Hi All, I am trying to set up a rabbit board so that I can dial into it. I have run the sample program Samples/PPP/PPP_answer.c without any changes (the ...
Hugh Morgan
hughmorgan72
Offline Send Email
Jul 5, 2005
11:41 am
28410
Hi All Can anybody guide me how to store data in Rabbit I have RCM2200. How I use the function flash_init if I do not have one second flash? Somebody can help...
Tiago
tiago_sensis
Offline Send Email
Jul 5, 2005
1:56 pm
Messages 28381 - 28410 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