Friday 14 October 2016

pic - What type of USB Protocol for Datalogger


I am attempting to create a USB datalogger and would like to first start with creating a program that transmits Hello World over USB not using some kind of CDC communication. I am trying to figure out what device class I should use. Am I right for trying to set it up as an HID device? FYI, I plan on using the PIC32 USB Starter kit for this.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...