Joined: 10 Dec 2011 Posts: 376 Location: Sofiq,Bulgariq
Can I receive string through USB_CDC device
Posted: Tue Jan 15, 2013 11:38 am
Hello guys!
I'm working on USB_CDC project and I need to understand more about those types of devices. Here are the questions:
I already know how to send a character (usb_cdc_putc(c)), but I'm wondering, is there function or driver that allows to send or receive a string, something like printf("string"); for example? _________________ A person who never made a mistake never tried anything new.
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Tue Jan 15, 2013 11:56 am
You ask questions that can easily be answered by looking at the
documentation. Look in this file. Read the documentation in it:
Quote:
c:\program files\picc\drivers\usb_cdc.h
rikotech8
Joined: 10 Dec 2011 Posts: 376 Location: Sofiq,Bulgariq
Posted: Wed Jan 16, 2013 12:34 pm
I saw everything I need! Thank you! _________________ A person who never made a mistake never tried anything new.
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