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

how to input on serial

Hi Folks

Long time since I used keil! am using uvision v3 and wondering how to input on serial port ?
(ie to generate a receive interrupt and receive chars on SBUF)

thanks :)

Parents
  • Yes, the serial window should allow input - as it says on that manual page, "like a terminal"

    "all the guides etc on the internet assume that users already know something so basic."

    Have you got the "Getting Started" Guide?

    As I said, it's no longer online (shame!) - but, as you have an old version, it should be included in your installation on your hard drive.
    IIRC, it was called GS51.pdf

    It contained a few basic, worked example projects that walked you through the whole process - including debugging.

Reply
  • Yes, the serial window should allow input - as it says on that manual page, "like a terminal"

    "all the guides etc on the internet assume that users already know something so basic."

    Have you got the "Getting Started" Guide?

    As I said, it's no longer online (shame!) - but, as you have an old version, it should be included in your installation on your hard drive.
    IIRC, it was called GS51.pdf

    It contained a few basic, worked example projects that walked you through the whole process - including debugging.

Children