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 8 matches
CCS Forum Index
Author Message
  Topic: Touch keyboard matrix
christianjar

Replies: 0
Views: 3238

PostForum: General CCS C Discussion   Posted: Fri May 23, 2014 7:35 pm   Subject: Touch keyboard matrix
Hi there!

I searched in the forum and don't find exactly the info that i need.

My question is about a matrix with a touch keyboard.

The parameters are this:

#use touchpad(scantime=32ms,thr ...
  Topic: PIC18F46K20 UART don´t work properly
christianjar

Replies: 13
Views: 17336

PostForum: General CCS C Discussion   Posted: Tue Sep 17, 2013 2:02 pm   Subject: PIC18F46K20 UART don´t work properly
Did you read my 2nd post, just after your screenshot post ?

sorry, I was writing my post when I get the notification.

thanks ezflyr & PCM programmer!, the program now works correctly!
  Topic: PIC18F46K20 UART don´t work properly
christianjar

Replies: 13
Views: 17336

PostForum: General CCS C Discussion   Posted: Tue Sep 17, 2013 1:51 pm   Subject: PIC18F46K20 UART don´t work properly

In Proteus work fine but in physic still the problem

#include <18F46K20.h>
#fuses NOWDT,XT,NOPROTECT,MCLR
#use delay(clock= 12000000)

Proteus doesn't care about oscillator fuses. ...
  Topic: PIC18F46K20 UART don´t work properly
christianjar

Replies: 13
Views: 17336

PostForum: General CCS C Discussion   Posted: Tue Sep 17, 2013 1:32 pm   Subject: PIC18F46K20 UART don´t work properly
Hi!

which hyperterminal you are using?

I expecting this


El numero es 4
El cubo del numero es: 64


My problem is that the string don´t jump to the new line
This is an image of ...
  Topic: PIC18F46K20 UART don´t work properly
christianjar

Replies: 13
Views: 17336

PostForum: General CCS C Discussion   Posted: Tue Sep 17, 2013 7:43 am   Subject: PIC18F46K20 UART don´t work properly
Hi!

This is the complete code

#include <18F46K20.h>
#fuses NOWDT,XT,NOPROTECT,MCLR
#use delay(clock= 12000000)
#use rs232(baud = 9600, xmit = PIN_C6, rcv = PIN_C7)
...
  Topic: PIC18F46K20 UART don´t work properly
christianjar

Replies: 13
Views: 17336

PostForum: General CCS C Discussion   Posted: Tue Sep 17, 2013 7:17 am   Subject: PIC18F46K20 UART don´t work properly
hi!

I add \ n \ r but still the problem
In Proteus work fine but in physic still the problem

thanks
  Topic: PIC18F46K20 UART don´t work properly
christianjar

Replies: 13
Views: 17336

PostForum: General CCS C Discussion   Posted: Tue Sep 17, 2013 6:43 am   Subject: PIC18F46K20 UART don´t work properly
H!,

ezflyr thanks for the help, the string now is shown complete but in the same line, this have a carriage return \r on end line

{
delay_ms(5000);
digit ...
  Topic: PIC18F46K20 UART don´t work properly
christianjar

Replies: 13
Views: 17336

PostForum: General CCS C Discussion   Posted: Tue Sep 17, 2013 6:10 am   Subject: PIC18F46K20 UART don´t work properly
Hi!,

I´m writing code for a PIC18F46K20, my CCS version is V5.1 & the code is this


#include <18F46K20.h>
#fuses NOWDT,XT,NOPROTECT,MCLR
#use delay(clock= 12000000)
#use ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group