This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

communicate mcu w/ computer

how do i program the serial to communicate with a computer? what purpose does the serial serve? does it allow the mcu to display what its doin onto the computer screen?

Parents
  • I wrote: "I'm asking this because [it] shows that your level of general knowledge [..] is not compatible to [..] programming any microcontroller."

    Erik replied: "what is the problem? all this can be learned in 10 minutes"

    To which I agree. Please note that I've never said that the required knowledge cannot be acquired, and I didn't say that it can't be learned fast enough. I just stated that the OP seems to lack basic subjacent information on general digital computing. I also implied that this lacking will hamper advances and raise doubts in basic understanding of how a microcontroller works.

    All the technical documentation on microcontrollers (datasheets, programming notes, manuals) assume the reader has a basic knowledge on general digital circuitry, programming, digital logic, general electronics, and general digital computing.

    It is not hard for someone to get that knowledge, as Erik correctly noted. As I said, there are plenty of introductory self-training material on the net, and I provided one good resource, the Wikipedia.

    As Erik implied, mastering the learning process is one of the most important skills a developer needs. Every new design that I face demands learning new material on some needed technique, process or standard.

    Although it might have seemed otherwise, my intention was not to demotivate the OP, but to show that more basic learning was needed, and indicate where to get it.

Reply
  • I wrote: "I'm asking this because [it] shows that your level of general knowledge [..] is not compatible to [..] programming any microcontroller."

    Erik replied: "what is the problem? all this can be learned in 10 minutes"

    To which I agree. Please note that I've never said that the required knowledge cannot be acquired, and I didn't say that it can't be learned fast enough. I just stated that the OP seems to lack basic subjacent information on general digital computing. I also implied that this lacking will hamper advances and raise doubts in basic understanding of how a microcontroller works.

    All the technical documentation on microcontrollers (datasheets, programming notes, manuals) assume the reader has a basic knowledge on general digital circuitry, programming, digital logic, general electronics, and general digital computing.

    It is not hard for someone to get that knowledge, as Erik correctly noted. As I said, there are plenty of introductory self-training material on the net, and I provided one good resource, the Wikipedia.

    As Erik implied, mastering the learning process is one of the most important skills a developer needs. Every new design that I face demands learning new material on some needed technique, process or standard.

    Although it might have seemed otherwise, my intention was not to demotivate the OP, but to show that more basic learning was needed, and indicate where to get it.

Children