AVRclub
Atmel AVR Microcontroller discussion group.
Search Results for "uart"
Post a new Thread
torvech - May 30 2002
Hi everebody,
and sorry for my English ( I'm French),
I'm a beginner in the world of the AVR
GCC, and when I study the
GCCTEST7 (avrfreaks) on my PC, I can't
send ... 
David Kelly - Jul 16 2009
On Thu, Jul 16, 2009 at 04:42:47PM -0000, iijfet wrote:
> hi,i'm so deprss.i want to have a double-usart by atmega64l.
>
> but i program it,exp for test i make PORTC=255,it ... ![Re: [AVR club] atmega64l](http://cdn.embeddedrelated.com/images/icon_more.jpg)
knightbanana - Jan 22 2004
hi guys!
im danka and i have a small problem with uarts. i'm developing a
program that would receive characters from uart. the characters are
placed in an array of unsign... 
abdullahmansoor_hotmail - May 15 2006
HI
I want to use interrupt driven serial programing. I have made program=20
for polled based uart. But I am facing lot of difficulties in=20
understanding the concept of inter... ![[AVR club] HELP ON INTERRUPT DRIVER SRIAL FOR MEGA162](http://cdn.embeddedrelated.com/images/icon_more.jpg)
tzif69 - Nov 11 2003
Hi
I managed to perform a small program that will be able to verify
which key has beeb pressed on the AT/PC keyboard.
I managed to do that using the UART interrupt using... 
atelierrobin - May 14 2002
Hi all,
I cannot get the 90S8515 UART device to work as specified. I try to
run this code right after
reset and it gets stuck in a loop (waiting for USR bit 5 to be ... 
David Jones - Aug 19 2004
>>> YahooGroups@Yaho... 20/08/2004 2:26:21 am >>>
>* Go ahead and run from the internal RC oscillator.
>* Connect a 32.768 kHz watch crystal to TOSC1 and TOSC2.
>* Set the... ![[AVR club] Re: RS232 Baud Rate questions](http://cdn.embeddedrelated.com/images/icon_more.jpg)
Frank - Jan 27 2003
Dears friends
i am a Newbie with avr programming. At this moment I have a problem
very serius. I am using a at90s8515 and trying to put a software
uart to operate in ... 
Rakesh Kumar - Feb 9 2007
Hey,
I was wanting to do the serial communication with my atmega32. I am using
the 1 MHz internal oscillator. The baud rate calculation gives up 2400 bps.
Here's the code I am... ![[AVR club] Need help with Serial Port](http://cdn.embeddedrelated.com/images/icon_more.jpg)
David Jones - Aug 18 2004
>>> normaxcite@norm... 18/08/2004 8:54:00 pm >>>
>"If you need continuous processing but not very fast then you can go
for
>a slow 32.768KHz crystal. You'll still be able ... ![Re: [AVR club] Re: RS232 Baud Rate questions](http://cdn.embeddedrelated.com/images/icon_more.jpg)
acetoel - Feb 10 2003
Hello,
Does anybody has libraries for IAR C compiler? I need to use a
hitachi LCD, a software and a Hardware UART, I2C and so on.
Thank you very much,
Ezequiel
... 
acetoel - Feb 17 2003
Hello,
Does somebody use IAR here? I need some help, first I need a
kind of tutorial of how to use IO, Software UART and so on. Then I
need some libraries like LCD and I... 
C CODE [3 Articles]
pruchj1 - Apr 15 2005
Hi!
Don´t you have someone C code, which implement simple protocol on
UART? I´ve Atmega128. I want to be sure, that recieve data are ok,
without mistakes. For example ... 
snaresystems - Jun 5 2000
Hey mverlinden,
I'd like to give your
keyboard library a test since I'm working with UART
communication. And the code library sounds like a good idea as
well.

Cleber Dantas - Oct 7 2009
Hello! Greetings from Brazil!
Can you recommend an ATMEGA with 2 UARTS? The reason that we will use UART
is simple, its more reliable than software serial. I don't know if
ev... ![[AVR club] ATMEGA with 2 UARTS](http://cdn.embeddedrelated.com/images/icon_more.jpg)
iijfet - Jul 19 2009
hi,i want to read "8bit data,odd parrity,1stop bit" from a medical module & send it for a bluetooth module(capable of serial communication & has RX,TX pins).bauderate is 4800bps.
... ![[AVR club] double UART code](http://cdn.embeddedrelated.com/images/icon_more.jpg)
David VanHorn - May 20 2004
At 02:05 PM 5/20/2004 +0200, Andreas Hoffmann wrote:
>hm, it's me again.. I now found out the serial output is right when I have the atmega8l-8pi run on 2 MHz. It seems the... ![Re: [AVR club] atmega8 / mega8-16](http://cdn.embeddedrelated.com/images/icon_more.jpg)
ktucker8825 - Nov 10 2003
I am currently working on a project with bascom-avr, atmega16L.
i am utiliizing the hardware usart to talk to a serial LCD display. i
need 2 additional ports. i can get bot... 
Sven Haedel - Jul 17 2003
Hello,
I programmed an application using the UART (interrupt driven) on a Mega8
with the STK500. Everything works fine, except I do not receive every
byte I send to the... 
Javier Fiasche - Mar 3 2005
Have a little question, has anyone used attiny13/15??? do they have UART
(for typical rs232 connection to PC)??
because an atmel flyer says that they do, but i do not mannag... 
alex - Jul 31 2006
why is it that it seems stk500 has a slower clock than the actual xtal installed?
example, when using 4MHz for a circuit other than STK and using the UART to output 9600-8-... ![[AVR club] why STK500 have different clock](http://cdn.embeddedrelated.com/images/icon_more.jpg)
esam aljonaid - Jun 13 2008
/*
Configuring the UART and using the Standard Library for serial communicatio=
n=20
=A0Serial.C
=A0
=A0Written by Jeffrey J. Richardson=A0Aug. 17, 2002
=A0
=A0Simple progra... ![[AVR club] Configuring the UART](http://cdn.embeddedrelated.com/images/icon_more.jpg)
mojahid seddig - May 4 2006
i want to send data from =B5c 128l to pc using uart
=09=09
---------------------------------
Yahoo! Cars NEW - sell your car and browse thousands of new and used cars=
onl... ![[AVR club] send data atmega 128l to pc](http://cdn.embeddedrelated.com/images/icon_more.jpg)
Muhammad Yasir - Oct 7 2009
C and assembly code samples for corresponding peripherals
(UART,Timers/Counters etc.) of ATmega644 are given in data sheet of
Atmega644.
However,tutorials on AVR in general may ... ![Re: [AVR club] Re: need some nice tutorial on Atmaga644 timer/counter and use of I2c or TW](http://cdn.embeddedrelated.com/images/icon_more.jpg)
ktucker8825 - Nov 12 2003
I wanted to make 2 software uarts and ran into a strange situation.
If I open a port and then close it in one sub routine, open a second
port and close it in another subrout... 
geor...@gmail.com - Jul 9 2007
Hello,
I think nobody is here to give me a support regarding witness camera design.
Let me make the concept more clear to you. My plan is
1) CMOS Camera Module – Gives... ![Re: [AVR club] Witness Camera](http://cdn.embeddedrelated.com/images/icon_more.jpg)
michael - Mar 16 2004
--- In avrclub@avrc..., "Frank Alcantara"
wrote:
> Hi Guys
>
> I've been here during a year, at least, learning with you, now I am
> needing som... 
Zack Widup - Jun 3 2004
On Thu, 3 Jun 2004, David Jones wrote:
> >>> w9sz@w9sz... 03/06/2004 2:09:01 pm >>>
> >
> >The PIC's with a window are UV erasable and then reprogrammable. I
> have ... ![Re: [AVR club] Off Topic - PIC Programming HELP!!! PIC16C63A CHIPwith ICSP & Programmer from JAYCAR](http://cdn.embeddedrelated.com/images/icon_more.jpg)
Joe - Feb 10 2004
I am using a Atmega16 running at 7.37Mhz.
I am also using a LCDPlus. I talk to it with the Rs232 Hardware UART.
It has a ULN2803A with 8 relay Darlington Drivers. This ... 
Graham Davies - Aug 12 2004
--- In avrclub@avrc..., Andrew Lim wrote:
> ... RS232 ... ATmega8535 ...
> internal oscilator of 1MHz.
> ... baud rate to 19.2kbps ...
Let's see.... 
subedianjan - Jul 19 2007
We bought the Boot loader application and source code from Priio.
1. I compiled the bootloader.c ( changing baud rate to 2400 and xtl
to 8MHz)
and write_pages.s combined maki... ![[AVR club] AVR bootloader Mega128](http://cdn.embeddedrelated.com/images/icon_more.jpg)
David Jones - Jun 8 2004
>>> erichards@eric... 08/06/2004 11:53:09 pm >>>
>Hi
>Does anybody write their code in C?
>A few years ago I did C and C++, quite a few years ago I was right up
to
>sp... ![Re: [AVR club] writing the code in C](http://cdn.embeddedrelated.com/images/icon_more.jpg)
poitsplace - Feb 18 2003
--- In avrclub@avrc..., "danjmaclean "
wrote:
> Another annoying newbie question: What do you recommend for simple
> serial commun... 
poitsplace - Jan 26 2003
--- In avrclub@avrc..., "danjmaclean "
wrote:
>...about to dive in to robotics...have all the power...
> I'm concerned that the AV... 
David L. Jones - May 26 2004
--- In avrclub@avrc..., "David L. Jones"
wrote:
> --- In avrclub@avrc..., "David L. Jones"
> wrote:
> > Ok, I thought this one... 
myemfthesis - Jan 6 2004
hi guys! i'm eugene and i'm relatively a beginner in mcus and mcu
programming. i would like to ask for your help regarding my simple
problem. i'm trying to program my atme... 
"Prashant D. Kharade" - Dec 9 2008
Hello,=0D
=0D
=0D
=0D
I am a new to Embedded world. I have chosen AVR series to work=0D
=0D
I am doing a Datalogger project.=0D
=0D
=0D
=0D
Facing a problem during the ... ![[AVR club] Timer Interrupt creates problem](http://cdn.embeddedrelated.com/images/icon_more.jpg)
Leonard Ilie - Aug 13 2003
You can use radio modules (transmitter+receiver) at 433MHz. I'm not shure if covers that range. Another posibility is to modulate an audio frequency FSK e.g. 4000Hz for 0 and 80... ![Re: [AVR club] Radio link](http://cdn.embeddedrelated.com/images/icon_more.jpg)
David Jones - Jun 3 2004
>>> w9sz@w9sz... 03/06/2004 2:19:21 pm >>>
>Very true, I now tend to favor the flash versions of the Microchip
parts.
>The 16F88 has a lot of features built in.
>I'v... ![Re: [AVR club] Off Topic - PIC Programming HELP!!! PIC16C63A CHIPwithICSP & Programmer from JAYCAR](http://cdn.embeddedrelated.com/images/icon_more.jpg)
jay marante - Mar 16 2004
here, try this.
i used a 4x3 keypad and 7.3728MHz of crystal.
this was my first program in AVR actually. :-)
good luck.
-jay
chris atwan ![Re: [AVR club] keypad question](http://cdn.embeddedrelated.com/images/icon_more.jpg)