• CDC NCM Windows driver
    I am looking for the best way to obtain a Windows driver supporting Ethernet over USB for my embedded device. It has CMSIS based USB and we can use a Linux host to access VIA CDC NCM. However since...
  • STM32F7 Ethernet-over-USB NCM Issue
    Hi Trying to make a project with Ethernet-over-USB using CDC Network Control Model middleware driver (STM32F746 MCU). The device is visible from host (Win7 x86) but cannot be started. Looks like...
  • usb cdc driver program
    I'm trying to write an usb cdc driver program. its cummunicate between pc and arduino due.actually my aim is reciveing the data form arduino and I read in visual c++ (command prompt).how to suppose i...
  • USB CDC Driver
    Hi, I am trying to write a CDC device side driver, in which I continuously transmit a string on USB cdc. On the host side PC I check this string on the virtual com port in hyperterminal. I am receiving...
  • USB CDC driver
    Hi, we are using µVision 4.71.2 and NXP LPC11U35. We have tested most of the hardware peripherals with "LPC11Uxx Keil examples New release V1.05-LPCware". The examples work fine for uart, spi, clock...