Author |
Message |
Topic: How to send more than 6 bytes with HID ? |
philippe320
Replies: 0
Views: 2596
|
Forum: General CCS C Discussion Posted: Tue May 19, 2009 11:00 am Subject: How to send more than 6 bytes with HID ? |
Hello,
I'm using that descriptors in my 18F2550
const char USB_CLASS_SPECIFIC_DESC[] = {
6, 0, 255, // Usage Page = Vendor Defined
9, 1, // Usage = ... |
Topic: Incompatibility between HID bootloader and CCS USB routines |
philippe320
Replies: 2
Views: 3549
|
Forum: General CCS C Discussion Posted: Sun Nov 16, 2008 4:28 am Subject: Incompatibility between HID bootloader and CCS USB routines |
YES !
very very strange :
after many and many tests, I reinstalled CCS, and thus the USB files, recompiled everything and ...
IT'S WORKING !
(I probably modified something the the usb dr ... |
Topic: Incompatibility between HID bootloader and CCS USB routines |
philippe320
Replies: 2
Views: 3549
|
Forum: General CCS C Discussion Posted: Fri Nov 14, 2008 10:51 am Subject: Incompatibility between HID bootloader and CCS USB routines |
Hello everybody,
Here is my code :
//set to 1 to use a PIC's internal USB Peripheral
//set to 0 to use a National USBN960x peripheral
#define __USB_PIC_PERIF__ 1
#if !defined(__PCH__ ... |
Topic: 2 RS232 streams on a 16F876 |
philippe320
Replies: 3
Views: 8266
|
Forum: General CCS C Discussion Posted: Tue May 08, 2007 5:27 am Subject: 2 RS232 streams on a 16F876 |
Hello,
I'm using 2 RS232 streams, defined as follow :
#define SPM2 1
#define IRS 2
// TX RX
#use rs232(stream=SPM2, baud=19200, xmit ... |
Topic: Math accuracy |
philippe320
Replies: 10
Views: 11381
|
Forum: General CCS C Discussion Posted: Sun Jan 01, 2006 9:36 am Subject: Math accuracy |
Best whishes also
So, I'm really disappointed
When you're running this code under a windows compiler
(VC+ 6 in my case), you get all your 7 digits of range.
Surprised that CCS doesn't give me ... |
Topic: Math accuracy |
philippe320
Replies: 10
Views: 11381
|
Forum: General CCS C Discussion Posted: Sat Dec 31, 2005 6:28 am Subject: Math accuracy |
Thank you for your reply
In the floating point format that is used by CCS, you only have about
7 digits of accuracy.
http://www.ccsinfo.com/faq/?21
ok, but I haven't such an accuracy, only ... |
Topic: Math accuracy |
philippe320
Replies: 10
Views: 11381
|
Forum: General CCS C Discussion Posted: Fri Dec 30, 2005 1:48 pm Subject: Math accuracy |
My version is 3.221 |
Topic: Math accuracy |
philippe320
Replies: 10
Views: 11381
|
Forum: General CCS C Discussion Posted: Fri Dec 30, 2005 1:36 pm Subject: Math accuracy |
I'm getting this error :
*** Error 115 "C:\Test 2.c" Line 40(22,28): Printf format (%) invalid
Philippe |
Topic: Math accuracy |
philippe320
Replies: 10
Views: 11381
|
Forum: General CCS C Discussion Posted: Fri Dec 30, 2005 11:43 am Subject: Math accuracy |
Hello,
thank you to welcome me in your forum, it's my first message here.
Here is my code on an 16F876
#include <16F876.h>
#include <math.h>
#ORG 0x1F00,0x1FFF {} / ... |
|