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 5 matches
CCS Forum Index
Author Message
  Topic: pic 18f6621 uart receiver buffer
Nino

Replies: 6
Views: 13293

PostForum: General CCS C Discussion   Posted: Mon Jun 13, 2005 6:38 am   Subject: pic 18f6621 uart receiver buffer
My USART initialisation:
#use delay(clock=4000000)

#use rs232(stream=com1, baud=9600, xmit=PIN_c6, rcv=PIN_c7,PARITY=N, BITS =8,ERRORS)
#use rs232(stream=com2, baud=9600, xmit=PIN_g1, rcv=PIN_g2, ...
  Topic: pic 18f6621 uart receiver buffer
Nino

Replies: 6
Views: 13293

PostForum: General CCS C Discussion   Posted: Mon Jun 13, 2005 4:01 am   Subject: pic 18f6621 uart receiver buffer
I tryed to made a light int routine but problem is the same! But why ERRORS didn't work correctly? Someone have an idea?
  Topic: pic 18f6621 uart receiver buffer
Nino

Replies: 6
Views: 13293

PostForum: General CCS C Discussion   Posted: Fri Jun 10, 2005 3:05 am   Subject: pic 18f6621 uart receiver buffer
I tryed but if I use ERRORS my program don't work correctly! I haven't understand why but I've got some problem with int1 routine if I enable ERRORS!
His behavior is like Uncertainty Principle of Hei ...
  Topic: pic 18f6621 uart receiver buffer
Nino

Replies: 6
Views: 13293

PostForum: General CCS C Discussion   Posted: Thu Jun 09, 2005 8:24 am   Subject: pic 18f6621 uart receiver buffer
Hello
Excuse me for bad english! Embarassed
I've a problem whit USART2 of my pic; I've got the main function that must make some things, at the same time another device try to communicate with my pic i ...
  Topic: C structure don't work
Nino

Replies: 3
Views: 7385

PostForum: General CCS C Discussion   Posted: Thu Jan 27, 2005 8:53 am   Subject: C structure don't work
Hallo
excuse me for bad english.
Why

#include <16F876.h>
#include <stdio.h>

int maxy;
void (*fzptr)(int evento);
void menuprincipale(int evento);


struct SECONDO
{
int ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group