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...
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...
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. ... ...
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() &...
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...
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...
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...
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...
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...
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...
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 ... ...
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...
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...
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...
... 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...
... 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!...
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...
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...
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, 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. ...
... 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...
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...
... 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...
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...
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 ...
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...
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...
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...