• 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...
  • several interrupts
    hi, my code is too long so i put snapshot of my code #include<..........> . . . . . main() { ...... } void down(void)//down { ES=0; //disable serial ISR timer_flag=0; ph_sensor_error();...
  • Problem with Virtual Com Port
    Hi all! I try to implement a Virtual Com Port with eval board MCBSTM32. I started with the HID example provided in the download area. There are two interfaces: I0: bulk in + bulk out with max. packet...
  • 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...
  • USB Port Com
    hello, I have difficulties to use the USB interface in virtual Com mode with the microcontroller Cortex M0+ LPC11U67 manufactured by NXP. I found a compatible driver on this link. github...