hello sir, Please tell me is it possible to design usb host controller? How can I read/ write the data in USB PEN DRIVE using rabbit processor. kindly reply...
... Take a look at the USBWiz: www.ghielectronics.com My mass-storage page has links to other options: www.lvr.com/mass_storage.htm Jan Axelson www.Lvr.com...
... No, they are not programmable. If you were able to program them as GPIO, how could the chip execute code with no data bus or address bus? They are needed...
You should look at www.dlpdesign.com They sell a device that uses the FTDI FT245 part. It is relatively inexpensive, and does come with all of the drivers,...
... I'm not sure I understand what you mean by "other 3 addresses are wrong". If the (target address && local subnet mask) != (local IP && local subnet mask)...
... Every USB communication is between a USB host and a USB device. The FTDI chips are device controllers, which you can use in devices that connect to PCs or...
DC v9,4 has been posted for download on Rabbit Semi web site. Usually, the updates from all version of v9 going up have been done without problems. This time,...
you'll need to interface a parallel port chip like an 8255 or if you just need inputs or outputs only, look at a 74xxx374. you'll need to do address decoding...
I didn't feel the need to use interrupts. The timers are configured to provide a 1.005 MHz clock to the Input Capture counters. As long as I poll the ICCSR...
Hi Mark, I know I am going invite the wrath of assembly programmers by saying this, but here goes: there seems to be this myth that you absolutely have to...
My subnet mask is 255.255.255.0 and my PCs IP is 192.168.168.161 This is exactly what I did: 1. IPs to which traps are being sent: 192.168.168.161 only. - ...
HI Misbah, I don't see how I am doing anything wrong with the Input Capture, but then it seemed pretty thinly documented and this is the first time I have used...
Did you use the same directory to install the newer version? Best practice is to install to a new directory, which has been the default choice. Possibly your...
Hi everyone, I am doing a barcode scanner project. may i know if i can compare the captured information via barcode scanner with a string format that I...
If the information you capture is in ASCII string format then go ahead and use strcmp() function. But if it contains binary information then there is a...
Hi group, I bought the RabbitWeb library today and I'm trying to make it work, but it keeps giving me problems. As soon as I activate it in my program by...
... Probably because you haven't included any "#web" and/or "#web_update" declarations in your program. If you don't have any #web defines, there's no point...
Can you provide some examples of what you would like to do? Perhaps provide a string you read from the scanner, what you would like to compare it to and what...
... Good. ... Good. ... This sounds like a bug in the library. I would expect the stack to send the 192.168.168.161 packet normally, and in the absense of any...
Does anyone knows if the latest RabbitWeb version 1.02 is compatible with DC 8.61? The compatibility matrix is confusing, it says that DC 8.61 is compatible...
... I'm successfully using RabbitWeb 1.02 with DC 8.61. Maybe there's a feature in 1.02 that won't work with DC 8.61, but I'm using a lot of the features, and...
Hi Mark, The code you included looks fine. Here are some more things to look at: 1) Measure current at PC1 and PC3 - better yet, use an oscilliscope if you ...
I took a quick look at your initialization as well & didn't see a problem. You might also want to post the code snippet that polls ICCSR every ms. --Jerry ... ...
Hi Misbah / Jerry, Thanks for taking the time to give me a sanity check on the code. As far as checking the hardware, I assume you meant PG1 and PG3. I have...
Try using some pullup resistors. Franklin ... From: Space Cat To: rabbit-semi@yahoogroups.com Sent: Thursday, February 02, 2006 2:06 PM Subject: [JunkMail]...
I would like to use the SPI SER_D on a RCM3200 with a device that uses the same line to transmit and receive data. Do the SPI library and RCM3200 support such...
... ID ... I suggest you use Strcoll(). Worked for me and I searched big strings. But I think those other guys are right about 0x00 causing issues. I never...