• Problem with serial com port
    I'm using the uVision2 Debugger and I'm assigning my serial port to COM1 using the ASSIGN command: ASSIGN COM1 <S0IN >S0OUT I connect COM1 to an external hardware device that receive the data sends...
  • Problem with serial com port
    I'm using the uVision2 Debugger and I'm assigning my serial port to COM1 using the ASSIGN command: ASSIGN COM1 <S0IN >S0OUT I connect COM1 to an external hardware device that receive the data sends...
  • Computer COM port & microcontroller COM port ??
    Hi all, I have written a program in VC++ to write a char array of 13 bytes on COM port using 9600-N-8-1 parameters. when i send this to my target device it responds, but same program when i send...
  • Computer COM port & microcontroller COM port ??
    Hi all, I have written a program in VC++ to write a char array of 13 bytes on COM port using 9600-N-8-1 parameters. when i send this to my target device it responds, but same program when i send...
  • Virtual Serial port COM in debug with simulator - LPC17xx
    Hi, is it possible to develop a new 'virtual' COM port for UART trasmission in Keil? Something like Virtual Serial Port ( https://www.virtual-serial-port.org/ ) does. I need to create a communication...