Author |
Message |
Topic: PCH Compiler v4.062 with MPLAB X v1.95 |
spesh
Replies: 0
Views: 3636
|
Forum: General CCS C Discussion Posted: Mon Dec 09, 2013 4:09 am Subject: PCH Compiler v4.062 with MPLAB X v1.95 |
I'm trying to get this to work without much luck so I have two questions :-
1) Will the above combination of Compiler & MPLAB actually work ?
2) Is there some way I can install the plugin of ... |
Topic: PIC18F6680 CAN Errors - How to clear ? |
spesh
Replies: 3
Views: 6820
|
Forum: General CCS C Discussion Posted: Thu Oct 06, 2011 1:05 pm Subject: PIC18F6680 CAN Errors - How to clear ? |
Thanks for that. That's all useful information about your own experiences. I am basically developing an interface board which has to talk to one CAN device at a time and as part of the testing I trie ... |
Topic: PIC18F6680 CAN Errors - How to clear ? |
spesh
Replies: 3
Views: 6820
|
Forum: General CCS C Discussion Posted: Thu Oct 06, 2011 7:43 am Subject: PIC18F6680 CAN Errors - How to clear ? |
I am developing some CAN software using the PIC18F6680. Everything seems to work fine until I deliberately transmit at the wrong bit rate. After this, if I reset the bit rate to the correct one I am ... |
Topic: TCP Socket question |
spesh
Replies: 5
Views: 6338
|
Forum: General CCS C Discussion Posted: Thu May 22, 2008 7:47 am Subject: TCP Socket question |
Andrew
I can't find that line of code in my TCP stack source.
Which version of the stack are you using ?
Regards
Alan |
Topic: TCP Socket question |
spesh
Replies: 5
Views: 6338
|
Forum: General CCS C Discussion Posted: Wed May 21, 2008 4:05 am Subject: TCP Socket question |
I'm developing an application for transfering data over sockets. The client application (Windows C#) connects to a socket and then transfers a reading following a request.
It seems to work fine mo ... |
Topic: DHCP Problems with PICDEM.NET 2 running CCS TCP/IP Stack |
spesh
Replies: 4
Views: 5387
|
Forum: General CCS C Discussion Posted: Tue Feb 19, 2008 4:11 am Subject: DHCP Problems with PICDEM.NET 2 running CCS TCP/IP Stack |
Further to my question, I checked the MAX_UDP_SOCKETS and that was defined as 2 so OK but still no IP address.
I installed DHCP Turbo on my PC and connected directly to the PICDEM board (via crosso ... |
Topic: DHCP Problems with PICDEM.NET 2 running CCS TCP/IP Stack |
spesh
Replies: 4
Views: 5387
|
Forum: General CCS C Discussion Posted: Fri Feb 15, 2008 3:34 am Subject: DHCP Problems with PICDEM.NET 2 running CCS TCP/IP Stack |
Thanks for the suggestions Bob. I'll give that a try when I'm back Monday. |
Topic: DHCP Problems with PICDEM.NET 2 running CCS TCP/IP Stack |
spesh
Replies: 4
Views: 5387
|
Forum: General CCS C Discussion Posted: Thu Feb 14, 2008 2:18 pm Subject: DHCP Problems with PICDEM.NET 2 running CCS TCP/IP Stack |
I'm developing a web server app on the PICDEM.NET 2 development board and have used CCS Ex14 as the starting point. I've managed to get the example working on the PICDEM.NET 2 by editing the code to ... |
Topic: RS232 - number of Stop Bits |
spesh
Replies: 4
Views: 6636
|
Forum: General CCS C Discussion Posted: Tue Mar 28, 2006 9:26 am Subject: RS232 - number of Stop Bits |
I'm unfamiliar with using 9-bit mode. Can I get the compiler to do this automatically or do I have to access the config registers directly ?
Any pointers (excuse the punn) very much appreciated
... |
Topic: RS232 - number of Stop Bits |
spesh
Replies: 4
Views: 6636
|
Forum: General CCS C Discussion Posted: Tue Mar 28, 2006 8:05 am Subject: RS232 - number of Stop Bits |
I need to talk to a device using 9600 baud, 8 data bits, No Parity, 2 stop bits. Is this possible with the PIC and if so, how do I set it up ? I can't see anywhere that specifies the number of stop ... |
|