CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

USB HID and CDC together

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Simbo



Joined: 02 Mar 2008
Posts: 7
Location: UK

View user's profile Send private message MSN Messenger

USB HID and CDC together
PostPosted: Mon Oct 18, 2010 6:54 am     Reply with quote

Hi All

I'm wondering if it would be possible to run both HID and CDC together from within the software.

EG:

A HID keyboard and a CDC Serial port.

I have seen this is possible with other HID devices but I'm wondering if it can be done with other device classes.

thanks

Simon
_________________
<~Simbo~>
sturnfie



Joined: 26 Apr 2010
Posts: 17
Location: Palatine, IL

View user's profile Send private message Visit poster's website

Re: USB HID and CDC together
PostPosted: Mon Oct 18, 2010 10:39 am     Reply with quote

Simbo wrote:
Hi All

I'm wondering if it would be possible to run both HID and CDC together from within the software.

EG:

A HID keyboard and a CDC Serial port.

I have seen this is possible with other HID devices but I'm wondering if it can be done with other device classes.

thanks

Simon


I don't think you'd be able to directly enumerate as both classes simultaneously.

Assuming that you want the functionality of both classes on one PIC, you could pull it off by enumerating as a Hub (09h) for the PIC-->HOST enumeration, and then drive the Hub--->CDC/HID interfaces in software.
_________________
Lucas Sturnfield
Blog - http://www.sturntech.com/blog
FvM



Joined: 27 Aug 2008
Posts: 2337
Location: Germany

View user's profile Send private message

PostPosted: Mon Oct 18, 2010 10:53 am     Reply with quote

According to the USB specification, a device class code of 0 in the device descriptor means, that each interface specifies it's own class information. In so far, the usage of multiple independant interfaces in a device is supported by the specification. But of course, there's no support by the CCS USB drivers for this feature, you have to code it on your own.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group