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 7 matches
CCS Forum Index
Author Message
  Topic: 3.3V RS232
colin_turner99

Replies: 5
Views: 7237

PostForum: General CCS C Discussion   Posted: Wed Nov 22, 2006 3:09 am   Subject: 3.3V RS232
Hi

The Pic i am using is a 16F88

Basically the pic sits inbetween the GPS module and another device and does some caluations on the GPS data before sending it throught the HOST uart

I dont us ...
  Topic: 3.3V RS232
colin_turner99

Replies: 5
Views: 7237

PostForum: General CCS C Discussion   Posted: Tue Nov 21, 2006 10:22 am   Subject: 3.3V RS232
Hi

I have a pic running a 5V and have a GPS module that has 3.3V RS232

The GPS is putting the data on B0 and my code is as follows


if (kbhit(GPS)) {
fprintf( ...
  Topic: V4
colin_turner99

Replies: 1
Views: 4371

PostForum: General CCS C Discussion   Posted: Wed May 24, 2006 1:39 am   Subject: V4
Me too i have a project that is being held up by not having a complier for dsPIC

I want to use V4 of CCS

Colin
  Topic: 16F88 RS232 Error
colin_turner99

Replies: 3
Views: 5118

PostForum: General CCS C Discussion   Posted: Sat May 06, 2006 10:37 am   Subject: 16F88 RS232 Error
Hi I am also using the Hardware port for RS232 as well

The window should be the time for 1 char to be sent at 9600

The code works on a 16F876A with no problems

Colin
  Topic: 16F88 RS232 Error
colin_turner99

Replies: 3
Views: 5118

PostForum: General CCS C Discussion   Posted: Fri May 05, 2006 9:51 am   Subject: 16F88 RS232 Error
Hi All

Please can you help me

I have a 16F88 with a Timer driven software serial routine

my code is a follows



#use rs232(baud=9600,parity=N,xmit=PIN_B4,rcv=PIN_B1,bits=8,stream=RAD ...
  Topic: int8 & int16
colin_turner99

Replies: 4
Views: 9953

PostForum: General CCS C Discussion   Posted: Fri Apr 07, 2006 9:32 am   Subject: int8 & int16
Hi

Thanks for your suggestion

I have tried that and didnt make any differance

Colin
  Topic: int8 & int16
colin_turner99

Replies: 4
Views: 9953

PostForum: General CCS C Discussion   Posted: Fri Apr 07, 2006 9:04 am   Subject: int8 & int16
Hi

Please can you help me i have this sum in my code


int16 time2;
int8 minutes = 58;
int8 seconds = 05;

time2 = (minutes*60)+seconds;



when i do this in the pic i get the re ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group