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.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 32603 - 32633 of 39935   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32603
Hi Kelly, Thanks a lot. Its working...... Gr8. Whats your yahoo Messenger ID? I tried to chat with you on "unarmed_pilot_head" ID yesterday. But, you havent...
prajyot_neve
Offline Send Email
Jun 1, 2006
7:35 am
32604
Hi all, How to write low level, device drivers (packet drivers) for new, low cost ethernet chip ENC28J60 from Microchip on Rabbit 2K/3K modules? I have made...
micropar
Offline Send Email
Jun 1, 2006
8:50 am
32605
I would study ENC's datasheet and REALTEK.LIB from rabbit first and then would adapt all REALTEK inputs/Outputs to the ENC's SPI port. Regards. Jesus. ... ...
Jesús Manuel Cone...
jesconsa
Offline Send Email
Jun 1, 2006
10:27 am
32606
Hi Kelly, One query i want to ask. Can you please tell me how can i get string length on which encryption or decryption is done in the API AES_128_Cipher() &...
prajyot_neve
Offline Send Email
Jun 1, 2006
1:44 pm
32607
It's not just the 9.21 compiler, all the Rabbit compilers generate this warning. It's just a quirk of the compiler that you can't declare and automatic...
Dave August
daveaugust440
Offline Send Email
Jun 1, 2006
5:55 pm
32608
Hi Eric, Use 232 to 485 converter and after this you have up to 32 motion controllers in NET. I'm using single motion controllers (www.logosolinc,com) and...
Hotmai - George
george_dg_ca
Offline Send Email
Jun 2, 2006
2:30 am
32609
When we supply the object files to third party to flash the program, I want to have some kind of protection such that it can not be flashed into any number of...
mahendranath mukharjee
g_mahen1009
Offline Send Email
Jun 2, 2006
3:49 am
32610
Does anybody know how to change the communication baudrate of an Enfora 1218 GSM/GPRS modem? My modem is stuck at 115200 bps and I have searched the AT command...
Tausif Kazi
tausif_ik
Offline Send Email
Jun 2, 2006
4:19 am
32611
Hi, I am working on Rabbit RCM3200. I want to implement SSL module. But, on rabbit website, i come to know that SSL modules can be implemented on RCM3300 and...
npranay2006
Offline Send Email
Jun 2, 2006
6:34 am
32612
SSL only works with R3000A processors. The reason they say RCM3300 and RCM3700 is that these have only ever been produced with R3000A processors. Someone...
Nathan Johnston
nb_johnston
Offline Send Email
Jun 2, 2006
7:07 am
32613
Hi, So, you mean to say there is scope for SSL on RCM3200. Isn't so? or, is there any alternative? Reply ASAP..... Thanks, Pranay ... and ... starting a ... ...
npranay2006
Offline Send Email
Jun 2, 2006
7:50 am
32614
Nath, To my knowledge, the only way you could control the number of times a file is downloaded to FLASH would be to write a downloader app with your code held...
Jamie Lay
jamie30522
Offline Send Email
Jun 2, 2006
12:00 pm
32615
If you're using a core with Ethernet, you could have it connect to the Internet once and pass it's core serial number to a CGI script on your web server. Log...
Tom Collins
tomcollinsaz
Offline Send Email
Jun 2, 2006
4:45 pm
32616
Okay, what am I doing wrong? When I try this, I get "Run Time Error: Bad parameter passed to I/O function. Address 1b:bf89" as soon as I try to call...
ebrains2003
Offline Send Email
Jun 2, 2006
6:20 pm
32617
... Go to http://shdesigns.org/rabbit/freelibs.html Download the LocateIP example. I can use DHCP or static IP and shows the proper steps to set it up and how...
Scott Henion
shdesigns2003
Offline Send Email
Jun 2, 2006
6:31 pm
32618
... as ... actually do ... I've ... but ... but ... this ... we ... shows the ... Wow, Scott! The setup sequence appears to be just what I was looking for!...
ebrains2003
Offline Send Email
Jun 2, 2006
6:59 pm
32619
Hi, Does anyone know of a rabbit library or source code that allows control of multiple spi ports on the Rabbit 3000? The SPI.LIB which comes with dynamic c...
theranos.work
Offline Send Email
Jun 3, 2006
12:01 am
32620
In genreal use AT+IPR command to set the baudrate. Tausif Kazi <kazi.tausif@...> wrote: Does anybody know how to change the communication baudrate of an...
laxman kumar
luxman_engg
Offline Send Email
Jun 3, 2006
3:36 am
32621
Hello, I am trying to write my own task scheduling system on the rabbit core module 2000. I am wondering how I can perform context switches, i.e. what...
John Xu
johnxu410
Offline Send Email
Jun 3, 2006
6:21 am
32622
If you don't feel you can write your own from scratch, the easy thing to do here is copy the SPI lib to MySPI.lib change all the function names to...
Dave August
daveaugust440
Offline Send Email
Jun 3, 2006
3:58 pm
32623
John, Typically you save ALL the registers, you have no way of knowing what register were in use, especially if you are writing a premptive task system. ...
Dave August
daveaugust440
Offline Send Email
Jun 3, 2006
4:03 pm
32624
is it possible to compile a program with out the rabbit hooked to the computer? I am running DC 9.21 for a rabbit 2000 dev kit....
pissboyzb
Offline Send Email
Jun 3, 2006
7:55 pm
32625
... Compile to a .bin file. Make sure to set the board type in the targetless compile option. -- ... today's fortune There is always someone worse off than...
Scott Henion
shdesigns2003
Offline Send Email
Jun 3, 2006
7:59 pm
32626
I've used SPI in many projects and never use the SPI.LIB. It's slow and has a hugh overhead. Just read the manual on the serial ports, it's not that difficult...
xgraph1
Offline Send Email
Jun 4, 2006
7:13 am
32627
... Yes, also look at sflash.lib, it has some fast routines there. But since the Rabbit does not support MSB-first data, there is the overhead of reversing the...
Scott Henion
shdesigns2003
Offline Send Email
Jun 4, 2006
7:22 am
32628
Even with the MSB-first problem of the Rabbit 3000 very fast SPI transfers can be achieved with the Rabbit. But this requires assembly language routines. My...
xgraph1
Offline Send Email
Jun 4, 2006
8:01 am
32629
Hello! I have RCM 30/31/32xx prototyping board and Keypad/LCD unit who have 122x32 GLCD. This GLCD i connected to Keypad/display Unit like this 1.VDD 2.VSS ...
bariton_b
Offline Send Email
Jun 4, 2006
3:04 pm
32631
The basic different between the interface for these 2 displays is the the first one with E1 and E2 is a "Motorola" interface.. Tha is the E1 and E2 signals are...
Dave August
daveaugust440
Offline Send Email
Jun 4, 2006
6:10 pm
32632
Gotta agree here, but I didn't think the original poster had the skill to write the 'blur to do it. FWIW I've written my own SPI with bit reverse to feed MP3...
Dave August
daveaugust440
Offline Send Email
Jun 4, 2006
6:22 pm
32633
As long as your RCM3200 has a R3000A processor on it (which they are all shipped with these days) you should be able to use SSL with it. The R3000A had some...
Nathan Johnston
nb_johnston
Offline Send Email
Jun 4, 2006
10:44 pm
Messages 32603 - 32633 of 39935   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help