Do we need a driver to talk to atmega328p from a PC avrcandies wrote:Why?
Because I learn by seeing actual examples.
If this repo has UART drivers for Linux:https://github.com/torvalds/linux/tree/master/drivers/...
Friday, 10 July 2020 - 19:52
Do we need a driver to talk to atmega328p from a PC avrcandies wrote:it has nothing to do with USB
But is it a driver?
All i'm doing is trying to find an actual code that is considered a "driver" on avr.
...
Friday, 10 July 2020 - 19:42
Do we need a driver to talk to atmega328p from a PC clawson wrote:Arduino doesnt have USB host. How on earth could it host a Class device like Printer??
No no, i knew it doesn't. I'm just using it as a reference.
You...
Friday, 10 July 2020 - 19:35
Do we need a driver to talk to atmega328p from a PC clawson wrote:You appear to be very confused
Yup, and that's why i'm here.
clawson wrote:What on earth makes you think a PC-USB-Printer connection has anything to do...
Friday, 10 July 2020 - 18:57
Do we need a driver to talk to atmega328p from a PC awneil wrote:Yes - that's what I said in #4!
Thank you, so to confirm, is what i said in #13 correct? that's considered a driver on Arduino?
Another thing:
It...
Friday, 10 July 2020 - 17:04
Do we need a driver to talk to atmega328p from a PC Above was a great explanation.
clawson wrote:You write "driver" software that puts the right values into these control registers
So then this is an example of a ...
Friday, 10 July 2020 - 15:15
Do we need a driver to talk to atmega328p from a PC Thanks Jim, but your definition was similar to other articles, not enough detail.
I used Arduino to be able to ask my question as best as I can.
If as awneil...
Friday, 10 July 2020 - 15:03
Do we need a driver to talk to atmega328p from a PC awneil wrote:Did you follow the links I gave
Yes I did, I have googled a lot. Articles usually don't go into much detail and keep saying "it's what talks to the hardware"....
Friday, 10 July 2020 - 14:28
Do we need a driver to talk to atmega328p from a PC awneil wrote:I thought you said you were an experienced C++ programmer ?
Again these are hardware questions, not related to C++.
awneil wrote:Well that has nothing...
Friday, 10 July 2020 - 14:21
Do we need a driver to talk to atmega328p from a PC The kernel already has inbuilt driver support for things like 16550 UART
This is the part I don't get. What does the inbuilt driver do? Does the Arduino have a...
Friday, 10 July 2020 - 14:09
How does the "delay" mechanism work in atmega328p westfw wrote:in an Arduino sketch are very similar
Arduino seems to be doing it with a busy wait, i'm not sure if Linux does it exactly the same, it seems like it just...
Wednesday, 8 July 2020 - 16:02
How does the "delay" mechanism work in atmega328p MrKendo wrote:No, the Arduino delay is just running round and round a loop until the time has elapsed.
Thanks, I have made the correction. So it just sets the timer and...
avrcandies wrote:Why? Because I learn by seeing actual examples. If this repo has UART drivers for Linux:https://github.com/torvalds/linux/tree/master/drivers/...
avrcandies wrote:it has nothing to do with USB But is it a driver? All i'm doing is trying to find an actual code that is considered a "driver" on avr. ...
clawson wrote:Arduino doesnt have USB host. How on earth could it host a Class device like Printer?? No no, i knew it doesn't. I'm just using it as a reference. You...
clawson wrote:You appear to be very confused Yup, and that's why i'm here. clawson wrote:What on earth makes you think a PC-USB-Printer connection has anything to do...
awneil wrote:Yes - that's what I said in #4! Thank you, so to confirm, is what i said in #13 correct? that's considered a driver on Arduino? Another thing: It...
Above was a great explanation. clawson wrote:You write "driver" software that puts the right values into these control registers So then this is an example of a ...
Thanks Jim, but your definition was similar to other articles, not enough detail. I used Arduino to be able to ask my question as best as I can. If as awneil...
awneil wrote:Did you follow the links I gave Yes I did, I have googled a lot. Articles usually don't go into much detail and keep saying "it's what talks to the hardware"....
awneil wrote:I thought you said you were an experienced C++ programmer ? Again these are hardware questions, not related to C++. awneil wrote:Well that has nothing...
The kernel already has inbuilt driver support for things like 16550 UART This is the part I don't get. What does the inbuilt driver do? Does the Arduino have a...
westfw wrote:in an Arduino sketch are very similar Arduino seems to be doing it with a busy wait, i'm not sure if Linux does it exactly the same, it seems like it just...
MrKendo wrote:No, the Arduino delay is just running round and round a loop until the time has elapsed. Thanks, I have made the correction. So it just sets the timer and...
Pages