Author |
Message |
Topic: Duff's device |
Darren Rook
Replies: 15
Views: 42898
|
Forum: General CCS C Discussion Posted: Mon Jul 13, 2020 9:13 am Subject: Duff's device |
FYI - this has been fixed by CCS a few months ago and is legal now. |
Topic: Styles |
Darren Rook
Replies: 3
Views: 42807
|
Forum: EZ App Lynx Posted: Fri Dec 16, 2016 9:21 am Subject: Re: Styles |
- Can device names shown in the App be changed. (You know rather than EZAPP_1400, be able to put something that make sense such as Sensor name)
There are functions for changing the name, or using ... |
Topic: future functions |
Darren Rook
Replies: 4
Views: 49702
|
Forum: EZ App Lynx Posted: Mon Apr 04, 2016 8:50 am Subject: future functions |
That seems to be the opposite of what the EZ App Lynx is trying to accomplish. One of the purposes of EZ App Lynx is that you have one App that can talk to several different types of devices, as each ... |
Topic: Ez App Lynx board do not work |
Darren Rook
Replies: 2
Views: 36841
|
Forum: EZ App Lynx Posted: Mon Apr 04, 2016 8:28 am Subject: Ez App Lynx board do not work |
Please contact CCS tech support. |
Topic: Welcome to EZ App Lynx forum, read this first. |
Darren Rook
Replies: 0
Views: 26020
|
Forum: EZ App Lynx Posted: Thu Dec 17, 2015 9:07 am Subject: Welcome to EZ App Lynx forum, read this first. |
Welcome to the EZ App Lynx forum. This forum is dedicated for user-to-user communication for topics related to EZ App Lynx.
EZ App Lynx is a C library developed for PICmicro's using the CCS C Comp ... |
Topic: The quirks and flaws of the CCS compiler |
Darren Rook
Replies: 27
Views: 68776
|
Forum: General CCS C Discussion Posted: Sat Apr 20, 2013 9:11 am Subject: The quirks and flaws of the CCS compiler |
The compiler does have a linker, so you don't need to do everything in a single pass. See the MCU.ZIP in the Examples folder. |
Topic: Problems CCS and MPLABX1.4 |
Darren Rook
Replies: 39
Views: 54248
|
Forum: General CCS C Discussion Posted: Tue Nov 27, 2012 10:42 am Subject: Problems CCS and MPLABX1.4 |
I updated CCS and MPLABX, now I've got CCS 4.136 and MPLAB X IDE v1.51. The plug-in it's correctly installed.
Because of the update, MPLABX executes CCSCON.EXE as you said, but it still doesn't wor ... |
Topic: Problems CCS and MPLABX1.4 |
Darren Rook
Replies: 39
Views: 54248
|
Forum: General CCS C Discussion Posted: Mon Nov 19, 2012 8:32 am Subject: Problems CCS and MPLABX1.4 |
What if I have no "ccscon.exe"?
I've tried telling MPLAB to execute "ccscoff.exe" instead of "ccsc.exe", but it starts building and never ends.
If you don't have cc ... |
Topic: Problems CCS and MPLABX1.4 |
Darren Rook
Replies: 39
Views: 54248
|
Forum: General CCS C Discussion Posted: Wed Nov 14, 2012 3:11 pm Subject: Problems CCS and MPLABX1.4 |
Hello,
I have reported this problem to CCS, and voila - it's fixed. The latest MPLABX (1.50) with the latest CCSC (4.138) work fine.
The problem was in the CCSCON.EXE which parses messages generat ... |
Topic: Sounds and Melodys 16F887 |
Darren Rook
Replies: 14
Views: 26254
|
Forum: General CCS C Discussion Posted: Wed Sep 19, 2012 3:54 pm Subject: Re: Sounds and Melodys 16F887 |
Hello,
I want ask if someone knows the chords for the Tetris melody in the example of: EX_TONES.c
OR
is there is a way to write a .wav file in the PIC?
Thanks for the Help
Regards Benni
L ... |
Topic: 4550 USB disconnect software but still physical connection |
Darren Rook
Replies: 9
Views: 14895
|
Forum: General CCS C Discussion Posted: Wed Sep 19, 2012 3:50 pm Subject: 4550 USB disconnect software but still physical connection |
I think you are misunderstanding a lot about USB...
The PC is the master device and does _everything_. The slave can't connect itself. USB_INIT_CS, won't connect the device, it just makes it _possi ... |
Topic: USB CDC parity error support for virtual serial port |
Darren Rook
Replies: 1
Views: 4643
|
Forum: General CCS C Discussion Posted: Fri Oct 28, 2011 9:17 am Subject: USB CDC parity error support for virtual serial port |
Did you e-mail me about this? If so I e-mailed you an update of the code that has an API for sending SERIAL_STATE to the host.
For reference, the next version of the compiler (4.126?) should have ... |
Topic: PIC USB keypad troubles with Qseven boards ONLY |
Darren Rook
Replies: 6
Views: 8581
|
Forum: General CCS C Discussion Posted: Thu Mar 03, 2011 8:34 am Subject: PIC USB keypad troubles with Qseven boards ONLY |
Sorry if I missed the answer to this question, above, but:
Do off-the-shelf USB keyboards work with Qseven? |
Topic: Application of "ex_usb_bootloader.c" |
Darren Rook
Replies: 7
Views: 10000
|
Forum: General CCS C Discussion Posted: Thu Mar 03, 2011 8:31 am Subject: Application of "ex_usb_bootloader.c" |
The CCS USB bootloader uses SIOW, not the Microchip HID software.
#include <usb_bootloader.h> simply re-arranges your HEX file to be compatible with the CCS USB CDC bootloader.
You first n ... |
Topic: ex_fat.c problem |
Darren Rook
Replies: 13
Views: 16574
|
Forum: General CCS C Discussion Posted: Thu Mar 03, 2011 8:27 am Subject: ex_fat.c problem |
Contact CCS tech support. They have newer beta code based on Microchip's MDD library. |
|