CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 6 matches
CCS Forum Index
Author Message
  Topic: setup_uart undefined identifier?
kdoney34711

Replies: 1
Views: 3633

PostForum: General CCS C Discussion   Posted: Sun Oct 11, 2009 5:16 pm   Subject: Never mind
I found the errors. To get the wizard gen'd modbus code to work you have to use the old modbus.c file and copy two functions from the new modbus file.
  Topic: setup_uart undefined identifier?
kdoney34711

Replies: 1
Views: 3633

PostForum: General CCS C Discussion   Posted: Sun Oct 11, 2009 3:29 pm   Subject: setup_uart undefined identifier?
Never saw this one before. The code with the error is a file from the driver folder modbus.c. This is the second modbus file I have had since the first was old (somehow) and was replaced by support. I ...
  Topic: Kbd1.c impossible to compile
kdoney34711

Replies: 13
Views: 10710

PostForum: General CCS C Discussion   Posted: Mon Oct 05, 2009 11:09 am   Subject: Kbd1.c impossible to compile
I am confused. In your principal <--? code you include "kdb2.c." but the kbd code is in kbdd.c? Should you have the period at the end of kbd2.c or should the include be kbdd.c?
  Topic: How can I send and receive 16 bits of data between two PICs
kdoney34711

Replies: 2
Views: 3316

PostForum: General CCS C Discussion   Posted: Mon Oct 05, 2009 10:16 am   Subject: How can I send and receive 16 bits of data between two PICs
Do you have to use any specific pics and does it have to be in one transfer?

// PSPMASTER.C

#include "16F877A.h"

void main()
{
int sendbyte;

port_b_pullups ...
  Topic: PCD: #use delay()
kdoney34711

Replies: 5
Views: 4732

PostForum: General CCS C Discussion   Posted: Mon Oct 05, 2009 8:51 am   Subject: PCD: #use delay()
On all of the other chips they are using the pll speed. For instance, on the pic explorer 16 they use
#use delay(clock=32M) //8MHz clock is 4x because of PLL
and the others are the same. I ...
  Topic: PCD: #use delay()
kdoney34711

Replies: 5
Views: 4732

PostForum: General CCS C Discussion   Posted: Mon Oct 05, 2009 8:24 am   Subject: PCD: #use delay()
On all of the usb to serial examples, when you use the 24FJ256GB110 an error arises from trying to use the #use rs232 without having done a #use delay. What is the delay for this chip?
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group