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...
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...
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...
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...
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...
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...
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. ...
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 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...
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...
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 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...
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...
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...
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...
... 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....
... 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...
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...
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...
... 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...
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 ...
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...
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, ...
... If HDLCopenE is properly prototyped, this shouldn't be necessary because of the implicit type conversions from arguments to parameters. For the same reason...
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...
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@...
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...