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 14 matches
CCS Forum Index
Author Message
  Topic: Problem with 1-Wire library
Inkwaterman

Replies: 2
Views: 4247

PostForum: General CCS C Discussion   Posted: Fri Mar 28, 2008 2:36 am   Subject: Problem with 1-Wire library
Hi !

I use the "1-Wire" library done by j.d.sandoz for communicated with DS2760 and I have the following problem:

If I setup the internal clock to 8 Mhz the library works fine.
For my ...
  Topic: i2c_poll() question
Inkwaterman

Replies: 1
Views: 7100

PostForum: General CCS C Discussion   Posted: Wed Sep 19, 2007 2:50 am   Subject: i2c_poll() question
Hi !

I have a Problem with the I2C_poll() instruction.

I have a PIC that read a Temperature sensor via I2C, and I want to use the I2c_poll() function for a Timed out read.

I wrote the follow ...
  Topic: Hardware I2C problem
Inkwaterman

Replies: 3
Views: 4925

PostForum: General CCS C Discussion   Posted: Mon Sep 17, 2007 8:54 am   Subject: Hardware I2C problem
Hi !


A couple of obvious comments:
1) You have got the pull up resistors on the I2C bus?.
2) How are the A0/A1 lines on the LM92 wired?.
3) What is the value of 'LM_92_ADR_READ'?.


1) ...
  Topic: Hardware I2C problem
Inkwaterman

Replies: 3
Views: 4925

PostForum: General CCS C Discussion   Posted: Mon Sep 17, 2007 7:05 am   Subject: Hardware I2C problem
Hi to All !

I have a problem with the I2c on a Pic 18F2680.
I set the I2C with the following line:

#use i2c(Master,Fast,sda=PIN_C4,scl=PIN_C3,force_hw)

I Have to use the "force_hw" ...
  Topic: PIC and Thermocouples Polynomials
Inkwaterman

Replies: 1
Views: 3833

PostForum: General CCS C Discussion   Posted: Fri Jul 20, 2007 9:59 am   Subject: PIC and Thermocouples Polynomials
Hi to All !

Did someone write a functions for the conversion from millivolt of a thermocouple signal to celsius degree and viceversa ?

I used the coefficients from the NIST but the conversion i ...
  Topic: CCS Ver 3.249 and PIC 18F2523
Inkwaterman

Replies: 3
Views: 5850

PostForum: General CCS C Discussion   Posted: Sun Jun 17, 2007 4:37 am   Subject: CCS Ver 3.249 and PIC 18F2523
Hi !

I have an old CCS compiler version (3.249) and I need to compile a code for a PIC 18F2523, but in the list of supported PIC this model there isn't.

Is it possibile use this version of compi ...
  Topic: Profibus
Inkwaterman

Replies: 1
Views: 3357

PostForum: General CCS C Discussion   Posted: Thu Sep 28, 2006 2:08 am   Subject: Profibus
Hi !


Someone knows where I could find some example of Profibus on CCS ?


Thanks
  Topic: Radio module ER400xx
Inkwaterman

Replies: 1
Views: 3793

PostForum: General CCS C Discussion   Posted: Wed Sep 27, 2006 3:09 am   Subject: Radio module ER400xx
Hi !


Someone knows where I could find of the driver for radio module ER400xx ?


Thanks
  Topic: DS1337 Driver
Inkwaterman

Replies: 0
Views: 5430

PostForum: General CCS C Discussion   Posted: Wed Sep 27, 2006 2:05 am   Subject: DS1337 Driver
Hi !


Someone knows where I could find of the driver for real Time clock DS 1337 ?


Thanks
  Topic: RS 485 wake up problem
Inkwaterman

Replies: 2
Views: 6124

PostForum: General CCS C Discussion   Posted: Mon May 22, 2006 6:55 am   Subject: RS 485 wake up problem
Hi !

I have the following question:

I have to do a network of devices based on PICmicro.
This network in a RS485 and the device is battery powered.

For save the battery I put in sleep mode t ...
  Topic: 1-wire AAG Weather Station
Inkwaterman

Replies: 1
Views: 4273

PostForum: General CCS C Discussion   Posted: Mon May 02, 2005 3:50 am   Subject: 1-wire AAG Weather Station
Hi !
I would want to use the AAG Weather Station , and I need some code for reading the value of its sensors.
Can anyone post me the routine for reading the 1-wire devices ?
I never use ...
  Topic: 1-wire Search ROM routine
Inkwaterman

Replies: 1
Views: 5165

PostForum: General CCS C Discussion   Posted: Mon May 02, 2005 3:48 am   Subject: 1-wire Search ROM routine
Hi !
Has Someone done the 1-wire Search ROM routine ?

Can this one post the source code ?

Thanks !
  Topic: Burr-Brown ads1211
Inkwaterman

Replies: 3
Views: 10356

PostForum: General CCS C Discussion   Posted: Wed Apr 28, 2004 3:28 am   Subject: Burr-Brown ads1211
I use a Pic 18f252 and these are my routine for write ad read through the SPI:


void write_spi(byte data)
{
byte i;
for(i=0; i<8; i++)
{
output_high(PIN_C3);
...
  Topic: Burr-Brown ads1211
Inkwaterman

Replies: 3
Views: 10356

PostForum: General CCS C Discussion   Posted: Wed Apr 28, 2004 2:42 am   Subject: Burr-Brown ads1211
Hi to everybody !

I try to use the A/D in the subject with a Pic microcontroller, but I have some problem with the serial comunication.

Someone had just use this IC ?

Thanx
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group