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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 31160 - 31189 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31160
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...
omprakash karamunge
omprakashkar...
Offline Send Email
Feb 1, 2006
9:43 am
31161
... 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...
Jan Axelson
janaxelson2
Offline Send Email
Feb 1, 2006
2:27 pm
31162
Why aren't you using interrupts to do this? Also, how are you configuring your timers? Can you paste the code. Misbah ...
Misbah Qidwai
misbahqidwai
Offline Send Email
Feb 1, 2006
2:38 pm
31163
how can I use D0 to D7 or A0 to A7 as generela IO pin in RCM2200...
parvez
parvezraj
Offline Send Email
Feb 1, 2006
4:11 pm
31164
... 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...
Scott Henion
shdesigns2003
Offline Send Email
Feb 1, 2006
4:50 pm
31165
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,...
Richard Wayman
rfsrich
Offline Send Email
Feb 1, 2006
5:43 pm
31166
... 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)...
Kelly
unarmed_pilo...
Offline Send Email
Feb 1, 2006
8:17 pm
31167
... 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...
Jan Axelson
janaxelson2
Offline Send Email
Feb 1, 2006
8:19 pm
31168
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,...
ayoye10pops
Offline Send Email
Feb 1, 2006
8:30 pm
31169
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...
david lawson
k1drl
Online Now Send Email
Feb 1, 2006
9:57 pm
31170
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...
mehiegl
Offline Send Email
Feb 2, 2006
12:09 am
31171
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...
Misbah Qidwai
misbahqidwai
Offline Send Email
Feb 2, 2006
2:31 am
31172
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. - ...
Tausif
tausif_ik
Offline Send Email
Feb 2, 2006
3:57 am
31173
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...
mehiegl
Offline Send Email
Feb 2, 2006
4:06 am
31174
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...
Jim Sullivan
n7tcfjim
Offline Send Email
Feb 2, 2006
5:18 am
31175
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...
zakary_008
Offline Send Email
Feb 2, 2006
10:54 am
31176
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...
Tausif
tausif_ik
Offline Send Email
Feb 2, 2006
11:24 am
31177
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...
cvalens
Offline Send Email
Feb 2, 2006
2:16 pm
31178
... 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...
Tom Collins
tomcollinsaz
Offline Send Email
Feb 2, 2006
4:39 pm
31179
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...
rsjones@...
roberto060178
Offline Send Email
Feb 2, 2006
5:24 pm
31180
... 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...
Kelly
unarmed_pilo...
Offline Send Email
Feb 2, 2006
6:36 pm
31181
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...
lixpaulian
Offline Send Email
Feb 2, 2006
6:54 pm
31182
... 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...
Tom Collins
tomcollinsaz
Offline Send Email
Feb 2, 2006
7:48 pm
31183
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 ...
Misbah Qidwai
misbahqidwai
Offline Send Email
Feb 2, 2006
8:16 pm
31184
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 ... ...
Space Cat
gerbilvomit
Offline Send Email
Feb 2, 2006
9:07 pm
31185
The best starting point would be to play a bit with the sample programs, then once happy, merge things into your project... Nathan ... From:...
Nathan Johnston
nb_johnston
Offline Send Email
Feb 2, 2006
10:13 pm
31186
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...
mehiegl
Offline Send Email
Feb 2, 2006
11:32 pm
31187
Try using some pullup resistors. Franklin ... From: Space Cat To: rabbit-semi@yahoogroups.com Sent: Thursday, February 02, 2006 2:06 PM Subject: [JunkMail]...
Franklin Ascarrunz
fascarrunz
Offline Send Email
Feb 3, 2006
12:00 am
31188
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...
sylmon2001
Offline Send Email
Feb 3, 2006
12:56 am
31189
... 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...
Jeff Robertson
poccodiablo
Offline Send Email
Feb 3, 2006
3:01 am
Messages 31160 - 31189 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