engr_joni_ee
Advanced Member level 3
Hi,
I normally use PIC 16F Microcontroller with MCP 2221 which serve as UART to USB bridge. The MCP 2221 device appear as Virtual Com and I just need to set Baud Rate in Putty to start communication PIC 16F Microcontroller. I guess UART to USB falls into CDC class.
I want to try MCP 2221 without PIC Microcontroller. Here I have some basic questions.
How about if I intend to control directly the GPIOs of MCP 2221 or to read I2C based temperature sensor connected to MCP 2221 and want to read temperature sensor through Python program without PIC Microcontroller. Would this be CDC class or HID class ? Would MCP 2221 device appear as Virtual Com or not ? Do I need to set Baud rate ?
I normally use PIC 16F Microcontroller with MCP 2221 which serve as UART to USB bridge. The MCP 2221 device appear as Virtual Com and I just need to set Baud Rate in Putty to start communication PIC 16F Microcontroller. I guess UART to USB falls into CDC class.
I want to try MCP 2221 without PIC Microcontroller. Here I have some basic questions.
How about if I intend to control directly the GPIOs of MCP 2221 or to read I2C based temperature sensor connected to MCP 2221 and want to read temperature sensor through Python program without PIC Microcontroller. Would this be CDC class or HID class ? Would MCP 2221 device appear as Virtual Com or not ? Do I need to set Baud rate ?