Dongle
2006-10-16 by musabfakhri
Yahoo Groups archive
Index last updated: 2026-04-28 22:41 UTC
Thread
2006-10-16 by musabfakhri
Hi there, How are you?I would like to start anew project talking about Dongle by AVR Microcontroller as Hardware Lock ,so I should be grateful if anybody could help me.......pls write me back
2006-10-17 by Mohamed Sadek
hi there if the dongle you want to developed will interfaced to the USB, the chip FT245R or FT232R will help you since these chips have a serial number burned on it (no two chips have the same serial number) which you can use to verify using the AVR controller note that these chips are not controllers they just convert the USB interface to 12-pin parallel interface (FT245R) or to the Serial Port Interface (FT232R) for more information check www.ftdichip.com [Chip Manufacturer] www.dlpdesign.com [USB Products] Good Luck Mohamed Sadek
2006-10-17 by kyappc
This is good. Please keep me posted. TQ in advance. --- In AVR-Chat@yahoogroups.com, "musabfakhri" <musabfakhri@...> wrote: > > Hi there, > > How are you?I would like to start anew project talking about Dongle by
> AVR Microcontroller as Hardware Lock ,so I should be grateful if > anybody could help me.......pls write me back >
2006-11-05 by harrabylad
A common way of doing it is to put the dongle on a serial port. It can also be done with USB too. --- In AVR-Chat@yahoogroups.com, "musabfakhri" <musabfakhri@...> wrote: > > Hi there, > > How are you?I would like to start anew project talking about Dongle by
> AVR Microcontroller as Hardware Lock ,so I should be grateful if > anybody could help me.......pls write me back >
2006-11-11 by musabfakhri
Hi Guys: How are you ? Hoping every one doing better actually I have some problems while understanding USB data sheet as architecture & receiving/sending protocol . Good Luck --- In AVR-Chat@yahoogroups.com, "harrabylad" <harrabylad@...> wrote: > > A common way of doing it is to put the dongle on a serial port. > It can also be done with USB too. > > > > > --- In AVR-Chat@yahoogroups.com, "musabfakhri" <musabfakhri@> wrote: > > > > Hi there, > > > > How are you?I would like to start anew project talking about Dongle
> by > > AVR Microcontroller as Hardware Lock ,so I should be grateful if > > anybody could help me.......pls write me back > > >
2006-11-11 by Roy E. Burrage
Try this book:
http://www.lvr.com/usb.htm
REB
musabfakhri wrote:
>Hi Guys:
>
>How are you ? Hoping every one doing better
>
>actually I have some problems while understanding USB data sheet as
>architecture & receiving/sending protocol .
>
>
>
>Good Luck
>
>--- In AVR-Chat@yahoogroups.com, "harrabylad" <harrabylad@...> wrote:
>
>
>>A common way of doing it is to put the dongle on a serial port.
>>It can also be done with USB too.
>>
>>
>>
>>
>>--- In AVR-Chat@yahoogroups.com, "musabfakhri" <musabfakhri@>
>>
>>
>wrote:
>
>
>>>Hi there,
>>>
>>>How are you?I would like to start anew project talking about
>>>
>>>
>Dongle
>
>
>>by
>>
>>
>>>AVR Microcontroller as Hardware Lock ,so I should be grateful if
>>>anybody could help me.......pls write me back
>>>
>
>
[Non-text portions of this message have been removed]2006-11-14 by praveen kumar
hi, how u planned to implement AVR HW-Lock? i also interested in it. --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW [Non-text portions of this message have been removed]
2006-11-15 by mago Umandam
hello,i had been using codevision C compiler before. Now i want to use avr studio. i downloaded and installed avr studio 4 and winavr on my pc. also donwloaded some tutorials on how to use it..i downloaded sample codes and makefiles.. but everytime i compile, my avrstudio hangs and stop responding.. anyone who can help on this? anyone who have experience something similar to this? thanks --------------------------------- Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster. [Non-text portions of this message have been removed]
2006-11-15 by John Samperi
At 02:20 PM 15/11/2006, you wrote: >anyone who can help on this? anyone who have experience something >similar to this? Whilst someone could help here you will get a lot more help on www.avrfreaks.com as they also have a gcc forum there. Regards John Samperi ******************************************************** Ampertronics Pty. Ltd. 11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA Tel. (02) 9674-6495 Fax (02) 9674-8745 Email: john@ampertronics.com.au Website http://www.ampertronics.com.au *Electronic Design * Custom Products * Contract Assembly ********************************************************
2006-11-15 by John Samperi
At 03:05 PM 15/11/2006, you wrote: >At 02:20 PM 15/11/2006, you wrote: > >anyone who can help on this? anyone who have experience something > >similar to this? > >Whilst someone could help here you will get a lot more help >on www.avrfreaks.com as they also have a gcc forum there. oops that should be www.avrfreaks.net Regards John Samperi ******************************************************** Ampertronics Pty. Ltd. 11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA Tel. (02) 9674-6495 Fax (02) 9674-8745 Email: john@ampertronics.com.au Website http://www.ampertronics.com.au *Electronic Design * Custom Products * Contract Assembly ********************************************************
2006-11-15 by mago Umandam
i suspect it is on the external tool configuration but still unresolved..
John Samperi <samperi@ampertronics.com.au> wrote:
At 02:20 PM 15/11/2006, you wrote:
>anyone who can help on this? anyone who have experience something
>similar to this?
Whilst someone could help here you will get a lot more help
on www.avrfreaks.com as they also have a gcc forum there.
Regards
John Samperi
********************************************************
Ampertronics Pty. Ltd.
11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA
Tel. (02) 9674-6495 Fax (02) 9674-8745
Email: john@ampertronics.com.au
Website http://www.ampertronics.com.au
*Electronic Design * Custom Products * Contract Assembly
********************************************************
---------------------------------
Sponsored Link
Mortgage rates near historic lows - Refi $200k loan for only $660/ month - Click now for info
[Non-text portions of this message have been removed]2006-11-15 by Jim Wagner
What is the last line in the output frame at the bottom of the Studio window? I've just started using Studio and WinAVR and have no problems. Jim On Tue, 14 Nov 2006 19:20:34 -0800 (PST) mago Umandam <magzky02@yahoo.com> wrote: > hello,i had been using codevision C compiler before. Now > i want to use avr studio. i downloaded and installed avr > studio 4 and winavr on my pc. also donwloaded some > tutorials on how to use it..i downloaded sample codes and > makefiles.. but everytime i compile, my avrstudio hangs > and stop responding.. anyone who can help on this? anyone > who have experience something similar to this? > > thanks > > > --------------------------------- > Check out the all-new Yahoo! Mail beta - Fire up a more > powerful email and get things done faster. > > [Non-text portions of this message have been removed] > --------------------------------------------------------------- The Think Different Store http://www.thinkdifferentstore.com/ For All Your Mac Gear ---------------------------------------------------------------
2006-11-15 by mago Umandam
nothing, it stopped responding after button compiled is clicked..
maybe i have to begin to the start, what should i do in order to compile in avrstudio?3rd party compiler is winavr. do i need other files aside from the source code and the makefile?
tnx
Jim Wagner <jim_d_wagner@applelinks.net> wrote:
What is the last line in the output frame at the bottom of
the Studio window?
I've just started using Studio and WinAVR and have no
problems.
Jim
On Tue, 14 Nov 2006 19:20:34 -0800 (PST)
mago Umandam <magzky02@yahoo.com> wrote:
> hello,i had been using codevision C compiler before. Now
> i want to use avr studio. i downloaded and installed avr
> studio 4 and winavr on my pc. also donwloaded some
> tutorials on how to use it..i downloaded sample codes and
> makefiles.. but everytime i compile, my avrstudio hangs
> and stop responding.. anyone who can help on this? anyone
> who have experience something similar to this?
>
> thanks
>
>
> ---------------------------------
> Check out the all-new Yahoo! Mail beta - Fire up a more
> powerful email and get things done faster.
>
> [Non-text portions of this message have been removed]
>
----------------------------------------------------------
The Think Different Store
http://www.thinkdifferentstore.com/
For All Your Mac Gear
----------------------------------------------------------
---------------------------------
Sponsored Link
$200,000 mortgage for $660/mo - 30/15 yr fixed, reduce debt, home equity - Click now for info
[Non-text portions of this message have been removed]2006-11-15 by Jim Wagner
Did install service pack 2 for Studio? Jim On Tue, 14 Nov 2006 22:33:12 -0800 (PST) mago Umandam <magzky02@yahoo.com> wrote: > nothing, it stopped responding after button compiled is > clicked.. > maybe i have to begin to the start, what should i do in > order to compile in avrstudio?3rd party compiler is > winavr. do i need other files aside from the source code > and the makefile? > > tnx > > > Jim Wagner <jim_d_wagner@applelinks.net> wrote: > What is the last line in the output frame at > the bottom of > the Studio window? > I've just started using Studio and WinAVR and have no > problems. > > Jim > > On Tue, 14 Nov 2006 19:20:34 -0800 (PST) > mago Umandam <magzky02@yahoo.com> wrote: > > hello,i had been using codevision C compiler before. > Now > > i want to use avr studio. i downloaded and installed > avr > > studio 4 and winavr on my pc. also donwloaded some > > tutorials on how to use it..i downloaded sample codes > and > > makefiles.. but everytime i compile, my avrstudio hangs > > and stop responding.. anyone who can help on this? > anyone > > who have experience something similar to this? > > > > thanks > > > > > > --------------------------------- > > Check out the all-new Yahoo! Mail beta - Fire up a more > > powerful email and get things done faster. > > > > [Non-text portions of this message have been removed] > > > > ---------------------------------------------------------- > The Think Different Store > http://www.thinkdifferentstore.com/ > For All Your Mac Gear > ---------------------------------------------------------- > > > > > > --------------------------------- > Sponsored Link > > $200,000 mortgage for $660/mo - 30/15 yr fixed, reduce > debt, home equity - Click now for info > > [Non-text portions of this message have been removed] > --------------------------------------------------------------- The Think Different Store http://www.thinkdifferentstore.com/ For All Your Mac Gear ---------------------------------------------------------------
2006-11-16 by mago Umandam
i got it working after almost 2 days playing around with it... i tried uninstalling and reinstalling it... i dunno what was wrong..:D
Jim Wagner <jim_d_wagner@applelinks.net> wrote: Did install service pack 2 for Studio?
Jim
On Tue, 14 Nov 2006 22:33:12 -0800 (PST)
mago Umandam <magzky02@yahoo.com> wrote:
> nothing, it stopped responding after button compiled is
> clicked..
> maybe i have to begin to the start, what should i do in
> order to compile in avrstudio?3rd party compiler is
> winavr. do i need other files aside from the source code
> and the makefile?
>
> tnx
>
>
> Jim Wagner <jim_d_wagner@applelinks.net> wrote:
> What is the last line in the output frame at
> the bottom of
> the Studio window?
> I've just started using Studio and WinAVR and have no
> problems.
>
> Jim
>
> On Tue, 14 Nov 2006 19:20:34 -0800 (PST)
> mago Umandam <magzky02@yahoo.com> wrote:
> > hello,i had been using codevision C compiler before.
> Now
> > i want to use avr studio. i downloaded and installed
> avr
> > studio 4 and winavr on my pc. also donwloaded some
> > tutorials on how to use it..i downloaded sample codes
> and
> > makefiles.. but everytime i compile, my avrstudio hangs
> > and stop responding.. anyone who can help on this?
> anyone
> > who have experience something similar to this?
> >
> > thanks
> >
> >
> > ---------------------------------
> > Check out the all-new Yahoo! Mail beta - Fire up a more
> > powerful email and get things done faster.
> >
> > [Non-text portions of this message have been removed]
> >
>
>
----------------------------------------------------------
> The Think Different Store
> http://www.thinkdifferentstore.com/
> For All Your Mac Gear
>
----------------------------------------------------------
>
>
>
>
>
> ---------------------------------
> Sponsored Link
>
> $200,000 mortgage for $660/mo - 30/15 yr fixed, reduce
> debt, home equity - Click now for info
>
> [Non-text portions of this message have been removed]
>
----------------------------------------------------------
The Think Different Store
http://www.thinkdifferentstore.com/
For All Your Mac Gear
----------------------------------------------------------
---------------------------------
Sponsored Link
Mortgage rates near 39yr lows. $420,000 Mortgage for $1,399/mo - Calculate new house payment
[Non-text portions of this message have been removed]2006-12-04 by Joe Dubner
Was the problem of AVR Studio 4 hanging up on compile ever resolved and the root cause found? I've successfully installed AVR Studio 4 and WinAVR on two computers but on a third it hangs whenever a compile is started. Help, please! Thanks, Joe Lewiston, ID (USA) --- In AVR-Chat@yahoogroups.com, mago Umandam <magzky02@...> wrote: > > hello,i had been using codevision C compiler before. Now i want to use avr studio. i downloaded and installed avr studio 4 and winavr on my pc. also donwloaded some tutorials on how to use it..i downloaded sample codes and makefiles.. but everytime i compile, my avrstudio hangs and stop responding.. anyone who can help on this? anyone who have experience something similar to this?