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

I can't use COM1

I'm tryng to read/write from/to COM1 serial port, but i don't know how.
I programe in asembler

Thanks

Parents
  • "COM1:" is the name used by Microsoft MS-DOS and Windows for the 1st asynchronous serial port on a PC - it has no meaning on an 8051!

    For PC programming, you need to find another forum.

    If you mean the 8051's on-chip UART, there are examples on this site and in the uVision Getting Started guide

Reply
  • "COM1:" is the name used by Microsoft MS-DOS and Windows for the 1st asynchronous serial port on a PC - it has no meaning on an 8051!

    For PC programming, you need to find another forum.

    If you mean the 8051's on-chip UART, there are examples on this site and in the uVision Getting Started guide

Children