I am using atmega 168 in my project. I would like to program it in such a way that when it receives a high(i.e +5v), it gives an output of high(+5v) and a stream of ten digit numbers. What is the best way to go about it. am using lynx term
Hi and welcome;
My guess is this is not the best forum for this as there are very few Atmega programmers here. But before anyone could help you, they would need to know a lot more. Like what board are you using? What computer language are you using? How do you program your chip?.. What have you tried so far…
Kurt
… and for what do you use lynxterm in this setup?
Greetings
Daniel
i am using c to program in my computer then load it to the chip
Do you have code that you have tried? If so, please post it so we can look at it.
What kind of experience do you have working with the Atmega micros?
8-Dale
am using c++
the program goes
while(1)
{
if(PIND & (1<<2))
{
printf(“0722175843”)
}
}
I expect to connect the output to a GSM controller to call a cellphone