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 4 matches
CCS Forum Index
Author Message
  Topic: read digital data by pic18f4550
spec

Replies: 6
Views: 6699

PostForum: General CCS C Discussion   Posted: Fri Oct 08, 2010 11:58 pm   Subject: read digital data by pic18f4550
while(true)
{
output_high(PIN_C0);
delay_us(10);
output_high(PIN_C1);
output_low(PIN_C0);
delay_us ...
  Topic: read digital data by pic18f4550
spec

Replies: 6
Views: 6699

PostForum: General CCS C Discussion   Posted: Thu Oct 07, 2010 11:28 pm   Subject: read digital data by pic18f4550
Hi every one,

I have made test board and program for this project. And I'm trying to test program, I want to create two pulses from pin C0 and C1 (C1 delay 10us compare with C0) but it's not run:
...
  Topic: read digital data by pic18f4550
spec

Replies: 6
Views: 6699

PostForum: General CCS C Discussion   Posted: Sun Oct 03, 2010 1:28 am   Subject: read digital data by pic18f4550
You need to build or buy a demo board. Or buy a "break-out" board for
the TDC-GP1 chip, and then connect it to a PIC demo board. Then you
need to write a software driver for the TDC-GP1, ...
  Topic: read digital data by pic18f4550
spec

Replies: 6
Views: 6699

PostForum: General CCS C Discussion   Posted: Sat Oct 02, 2010 11:31 am   Subject: read digital data by pic18f4550
Hi everyone,

I have a TDC-GP1 chip (time to digital converter: www.acam.de/fileadmin/Download/pdf/English/DB_GP1_e.pdf) used to measure ultra fast-time. I want to develop a electronics kit for some ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group