Author |
Message |
Topic: stream as a parameter function ? |
LetThereBeLight
Replies: 2
Views: 3372
|
Forum: General CCS C Discussion Posted: Fri Aug 08, 2008 7:19 am Subject: stream as a parameter function ? |
hi all,
i am wondering how to use a stream as a parameter ?
i would like to do something like this :
void debug(stream _stream)
{
fprintf(_stream,"in this stream %?",stream);
}
... |
Topic: USB and Speed |
LetThereBeLight
Replies: 0
Views: 2987
|
Forum: General CCS C Discussion Posted: Fri Jul 27, 2007 6:55 am Subject: USB and Speed |
Hi every one
I have a little trouble with USB and speed.
First i use HID demo program to build my own USB program.
we can reed in description :
//// - On a full speed device, max polli ... |
Topic: 18F2455 FUSE OSCILLATOR & USB |
LetThereBeLight
Replies: 2
Views: 5212
|
Forum: General CCS C Discussion Posted: Mon Jul 16, 2007 1:29 am Subject: 18F2455 FUSE OSCILLATOR & USB |
thank you |
Topic: 18F2455 FUSE OSCILLATOR & USB |
LetThereBeLight
Replies: 2
Views: 5212
|
Forum: General CCS C Discussion Posted: Sun Jul 15, 2007 5:57 am Subject: 18F2455 FUSE OSCILLATOR & USB |
Hi all,
i have a little question, i use a PIC 18F2455 for USB communication between my device and USB. I use a 20 MHZ quartz oscillator with thoses fuses :
#fuses HS,PLL5,USBDIV,NOWDT,NOPRO ... |
|