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 12 matches
CCS Forum Index
Author Message
  Topic: GSM Modem AT+CMGS Error
cbkulatunge

Replies: 4
Views: 14818

PostForum: General CCS C Discussion   Posted: Wed Aug 03, 2011 9:11 am   Subject: GSM Modem AT+CMGS Error
thanks. it works i found the bug LF is missing
  Topic: GSM Modem AT+CMGS Error
cbkulatunge

Replies: 4
Views: 14818

PostForum: General CCS C Discussion   Posted: Tue Aug 02, 2011 8:55 pm   Subject: GSM Modem AT+CMGS Error
Please check the code


#include <16F877A.h>
#include <string.h>

#FUSES NOWDT //No Watch Dog Timer
#FUSES XT //Crystal osc <= 4mhz

#use d ...
  Topic: #int_RDA not working
cbkulatunge

Replies: 6
Views: 8974

PostForum: General CCS C Discussion   Posted: Thu Apr 28, 2011 8:33 pm   Subject: #int_RDA not working
@rnielsen

i thought so. but conversion must be continues. original main function more complex than i posted. i do few calculations and comparison using 'weight' variable.

this is a one of my fu ...
  Topic: #int_RDA not working
cbkulatunge

Replies: 6
Views: 8974

PostForum: General CCS C Discussion   Posted: Thu Apr 28, 2011 8:24 pm   Subject: #int_RDA not working

void initz(){
//ports
output_a(0);
setup_adc_ports(NO_ANALOGS);
setup_adc(ADC_OFF);

PORT_b_PULLUPS(true);
set_tris_e(0);
bi ...
  Topic: #int_RDA not working
cbkulatunge

Replies: 6
Views: 8974

PostForum: General CCS C Discussion   Posted: Thu Apr 28, 2011 9:30 am   Subject: #int_RDA not working
thanx for reply bro.

i'v already tried with 'errors' directive with rs232 which no effect on this matter. i couldn't find any way to shorten the code inside isr
  Topic: #int_RDA not working
cbkulatunge

Replies: 6
Views: 8974

PostForum: General CCS C Discussion   Posted: Thu Apr 28, 2011 3:20 am   Subject: #int_RDA not working
I'm receiving serial data from external loadcell amplifier via usart.
it works fine without external int. rda clash when i enable #int_ext

working code

processor;

#include <18F452.h> ...
  Topic: LED Signboard
cbkulatunge

Replies: 8
Views: 9798

PostForum: General CCS C Discussion   Posted: Sun Mar 13, 2011 6:33 am   Subject: LED Signboard
Thanx for reply guys,
I really want to design it my self. First give me some theory of operation.
  Topic: LED Signboard
cbkulatunge

Replies: 8
Views: 9798

PostForum: General CCS C Discussion   Posted: Sat Mar 12, 2011 1:23 am   Subject: LED Signboard
first i would like try small indoor one like 8x64.
  Topic: LED Signboard
cbkulatunge

Replies: 8
Views: 9798

PostForum: General CCS C Discussion   Posted: Fri Mar 11, 2011 4:06 am   Subject: LED Signboard
can anyone help me to design a LED sign board?
  Topic: dsPIC30F4013 SPI Problem
cbkulatunge

Replies: 5
Views: 8656

PostForum: General CCS C Discussion   Posted: Wed Jan 19, 2011 3:46 am   Subject: dsPIC30F4013 SPI Problem
I'm using PCD 4.093 in MPLAB 8.60 IDE.

I also tried this

#word SPI1STAT = 0x220
#word SPI1CON = 0x222
#word TRISF = 0x2DE



bit_set(TRISF,2);
bit_clear(TRISF,6);
bit ...
  Topic: dsPIC30F4013 SPI Problem
cbkulatunge

Replies: 5
Views: 8656

PostForum: General CCS C Discussion   Posted: Tue Jan 18, 2011 10:02 pm   Subject: dsPIC30F4013 SPI Problem
Thanks for reply bro.

i was able to read data before using 18f452 using config below


void initz(){
//ports
output_a(0);
setup_adc_ports(NO_ANALOGS);
...
  Topic: dsPIC30F4013 SPI Problem
cbkulatunge

Replies: 5
Views: 8656

PostForum: General CCS C Discussion   Posted: Sun Jan 16, 2011 9:35 pm   Subject: dsPIC30F4013 SPI Problem
Hello I'm using AD7780 with dsPIC30F4013.
I'm always getting 0xFFFFFF as a result.
I've tried with 16B mode but no luck
any one can help?
Config. with 20MHz crystal

#include <30f4013.h>
...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group