PORTS Forum

Ports and Interfaces => USB => Topic started by: jeffrey on March 20, 2014, 03:01:38 am

Title: USB DAQ
Post by: jeffrey on March 20, 2014, 03:01:38 am
Being new to the forum I'd like to know how we go about bldg a small DAQ.
The DAQ must have 2 bytes of dig Progmmble VB.NET I/O
2 Ch of MAX187 ADC simultaneous single sample on demand VB.NET
1 32 bit counter
Using PIC18F45K50.
I'll be pleased to open correspondence with an interested party.
jeff
Title: Re: USB DAQ
Post by: Jan Axelson on March 20, 2014, 08:47:30 am
For the USB communications, you could use virtual serial port, HID, or WinUSB. Microchip has example code for each of these.
Title: Re: USB DAQ
Post by: Nik on March 21, 2014, 06:56:11 pm
Implementing HID will be much easier and faster than CDC (virtual serial port)