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 38002 - 38031 of 39540   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38002
Does anyone knows if the rabbit BL2600(Wolf) controller can be serially connected to a WeinTek M506T touchscreen? Any webpages or web resources would be highly...
drixz
Offline Send Email
Jul 2, 2008
1:50 pm
38003
I have a computer without serial port. Windows Pro, Core Duo. So, I bought an Expresscard to serial port adapter. Terminal programs work fine. But when I tried...
moises_colin
Offline Send Email
Jul 2, 2008
8:12 pm
38004
Try the USB-to-Serial adapter sold by Rabbit. You'll find it on their web site. ... From: moises_colin <moises_colin@...> To: rabbit-semi@yahoogroups.com...
Steve Trigero
seecwriter
Offline Send Email
Jul 2, 2008
8:34 pm
38005
The Weintek screens communicate using Modbus so if you implement Modbus on the BL2600 then yes it will work. There has previously been some discussion on this...
Nathan Johnston
nb_johnston
Offline Send Email
Jul 2, 2008
8:47 pm
38006
Hello! I'm currently investigating modifying a UC/OS-II based system, to add a new task (a low level 1-wire comms handler on a normal I/O pin) Anyway - this...
Julian Higginson
julianhigginson
Offline Send Email
Jul 3, 2008
3:56 am
38007
I know there has been some talk in the past about SSL client support for the 3xxx series. Has anyone made any progress in implementing it? I would like to be...
allsoft01a
Offline Send Email
Jul 4, 2008
7:30 am
38008
Randy, Are you available to provide some assistance as a consultantant? Please reply to frank at simrex dot com with your contact info and I will call you. ...
neuperg
Offline Send Email
Jul 6, 2008
3:05 pm
38009
Note for Yahoo: The RSS feed for this group has been broken since June 26. What's up with that?...
ebrains2003
Offline Send Email
Jul 7, 2008
1:02 pm
38010
I'm looking for a way for the Rabbit to generate a password based on the serial number of the unit that it's in. I'm trying to come up with a way to have...
Steve Trigero
seecwriter
Offline Send Email
Jul 9, 2008
7:15 pm
38011
Steve I have already devised a method, but it involves a product activation code (64bytes long). The customer would call and place an order for the features...
jima@...
jimcashby
Offline Send Email
Jul 9, 2008
9:17 pm
38012
A very good way to get a unique serial number is to embed one of the Dallas Semiconductor unique serial number devices into the hardware that the rabbit is...
Alan Matheson
alan_matheson
Offline Send Email
Jul 10, 2008
1:33 am
38013
I have a unique password, that's not the issue. I want to generate some sort of password or product activation code, that the user would enter to enable some...
Steve Trigero
seecwriter
Offline Send Email
Jul 10, 2008
2:50 pm
38014
Steve did you get my response to your question? IDE Solutions, Inc. 1690 B 6th St. Goldthwaite, TX 76844 Office (325) 648-2825 Fax (325) 200-4685 Cell...
jima@...
jimcashby
Offline Send Email
Jul 10, 2008
3:36 pm
38015
Yes, I got it. I'm still trying to understand it. I can generate a password with your Password Generator application. But I don't see how the Rabbit firmware...
Steve Trigero
seecwriter
Offline Send Email
Jul 10, 2008
3:50 pm
38016
Well this is where the sticky widget come n to play. One of two methods: (1) You will use the NPG to generate pass codes for each serial number. Then you will...
jima@...
jimcashby
Offline Send Email
Jul 10, 2008
4:09 pm
38017
One method would be to: ActvationKey = Hash(Feature Id, Serial Number, Secret) Where Hash is a cryptographic function like SHA1 or MD5. The Secret would need...
jjbaumert
Offline Send Email
Jul 10, 2008
4:22 pm
38018
... I implemented something like this and could pass in various "flags" (options) to enable. So I could debug easier, I used ascii, but sent it encrypted....
Bill Auerbach
bill_ct
Offline Send Email
Jul 11, 2008
1:47 am
38019
... I'd think if they're going to go to this extreme, they're after a lot more than just a paid-for program option. Unless this option has a 6-figure price...
bill_ct
Offline Send Email
Jul 11, 2008
2:42 pm
38020
I agree. The simpler the better! But it has to work. And it needs to be secure. AES is fine if you have the code space and the bucks to run it. Keeping it...
jima@...
jimcashby
Offline Send Email
Jul 11, 2008
4:40 pm
38021
I worked for a few hours on getting the same issue corrected Below is my code. More importantly, I put the output of the BL2600 through a schmitt trigger...
kbaravik
Offline Send Email
Jul 11, 2008
9:50 pm
38022
... Sure, working and secure (the question is how secure) is up to the programmer. Depends on the customer - if the customer doesn't even know what a...
bill_ct
Offline Send Email
Jul 12, 2008
1:19 pm
38023
I agree completely, it is all driven by the bucks! IDE Solutions, Inc. 1690 B 6th St. Goldthwaite, TX 76844 Office (325) 648-2825 Fax (325) 200-4685 ...
jima@...
jimcashby
Offline Send Email
Jul 12, 2008
3:55 pm
38024
Hi All Wondering if someone can shed some light. I recently used an ARM9 on an embedded camera project. I could define a large array 48K big to store a JPEG...
Alexis
alexisjhn
Offline Send Email
Jul 13, 2008
3:07 pm
38025
I used following code try to read some data back. I found that "HDLCopenE" return 1, but "HDLCpeekE" return "0". What kind of reason can cause this? Thanks, ...
etransoft
Offline Send Email
Jul 13, 2008
11:43 pm
38026
How have you declared BAUD_RATE? Have you remembered it's a long, e.g. #define BAUD_RATE 9600L ... From: rabbit-semi@yahoogroups.com...
Nathan Johnston
nb_johnston
Offline Send Email
Jul 13, 2008
11:56 pm
38027
Look at the xalloc() function. ... From: Alexis <alexis@...> To: rabbit-semi@yahoogroups.com Sent: Sunday, July 13, 2008 8:07:20 AM Subject:...
Steve Trigero
seecwriter
Offline Send Email
Jul 14, 2008
2:36 pm
38028
... If HDLCopenE is properly prototyped, this shouldn't be necessary because of the implicit type conversions from arguments to parameters. For the same reason...
bill_ct
Offline Send Email
Jul 14, 2008
4:01 pm
38029
I had a problem a few years ago where this caught me out however it was because function pointers to serial port functions were being used within the function...
Nathan Johnston
nb_johnston
Offline Send Email
Jul 14, 2008
9:42 pm
38030
Hi I want to compile my application via ethernet.First I tried to run sample program "setupcrossover.c".I found the error "IF_ETH0 out of scope(not...
Jai Ram
hv_in23@...
Send Email
Jul 15, 2008
1:48 pm
38031
hello I need send the datetime of e-mail from an RCM3700. I use this command in DC 9.21 smtp_sendmail(direnvio,wsmtpmailfrom,wAsunto,"Mensaje de prueba"); When...
Omar
inecoiec
Offline Send Email
Jul 16, 2008
3:23 am
Messages 38002 - 38031 of 39540   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