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 27 matches
CCS Forum Index
Author Message
  Topic: Search Testboard with relay outputs
cyberant

Replies: 5
Views: 7809

PostForum: General CCS C Discussion   Posted: Thu Oct 08, 2009 3:35 pm   Subject: Search Testboard with relay outputs
Use Google to search for this:
development board PIC relays
You will get hits from Sparkfun and Olimex and several others.

I've found Boards with relays but they all don't have an analog output.. ...
  Topic: Search Testboard with relay outputs
cyberant

Replies: 5
Views: 7809

PostForum: General CCS C Discussion   Posted: Mon Sep 28, 2009 2:03 pm   Subject: Search Testboard with relay outputs
but I didnt find something with http://www.google.com...
Maybe someone here knows a matching testboard with PIC.
  Topic: Search Testboard with relay outputs
cyberant

Replies: 5
Views: 7809

PostForum: General CCS C Discussion   Posted: Mon Sep 28, 2009 1:51 pm   Subject: Search Testboard with relay outputs
Hello,

I search a PIC-Testboard with a normal RS232 Connection and with relay outputs (if possible a display). I've searched the net and didn't find something...
http://www.ak-modul-bus.de/cgi-bin ...
  Topic: float problem
cyberant

Replies: 9
Views: 7436

PostForum: General CCS C Discussion   Posted: Fri Aug 22, 2008 6:00 am   Subject: float problem
The way a float is stored in memory means it can not accurately represent every possible number. There is an accuracy error involved.

Not sure what that is without looking it up but the value 0.042 ...
  Topic: float problem
cyberant

Replies: 9
Views: 7436

PostForum: General CCS C Discussion   Posted: Fri Aug 22, 2008 2:35 am   Subject: float problem
Hello, I have a float number which i want to print

float test=0.0424;

printf("test: %.6f\r\n",test);

------------->

0.042399

why does it print 0.042399? ive tes ...
  Topic: RS232 does not work - ideas?
cyberant

Replies: 3
Views: 4021

PostForum: General CCS C Discussion   Posted: Mon Jan 21, 2008 9:43 am   Subject: RS232 does not work - ideas?
How do you enter your char ? Did you check that the software you use (hyperterminal, or anything else) has the same settings as those defined in your RS232 settings, in main.h (9600 bauds, 8 bits, no ...
  Topic: RS232 does not work - ideas?
cyberant

Replies: 3
Views: 4021

PostForum: General CCS C Discussion   Posted: Mon Jan 21, 2008 1:49 am   Subject: RS232 does not work - ideas?
main.h

#include <18F4525.h>
#device adc=8

#FUSES NOWDT //No Watch Dog Timer
#FUSES WDT128 //Watch Dog Timer uses 1:128 Postscale
#FUSES INTRC_IO ...
  Topic: Which function to regulate output RB5 between 0V and 5V?
cyberant

Replies: 1
Views: 3004

PostForum: General CCS C Discussion   Posted: Thu Aug 30, 2007 3:04 am   Subject: Which function to regulate output RB5 between 0V and 5V?
With which function can I regulate output RB5 between 0V and 5V.
For example I want to set 2,5V (I have tryd the search function but the Question seems to be to easy =))
  Topic: Timer0 does not work with Internal Oscillator
cyberant

Replies: 4
Views: 5549

PostForum: General CCS C Discussion   Posted: Mon Aug 13, 2007 2:06 am   Subject: Timer0 does not work with Internal Oscillator
Oh I mean it endless displays 1.
My Compiler version is 4.032 - is there a bug?
But why does my timer not count up????? (Ive removed the RTCC_DIV_256 but nothing changed) Confused

EDIT:
OK Ive ...
  Topic: Timer0 does not work with Internal Oscillator
cyberant

Replies: 4
Views: 5549

PostForum: General CCS C Discussion   Posted: Mon Aug 13, 2007 12:47 am   Subject: Timer0 does not work with Internal Oscillator
OK, I try'ed your suggested changes - but now it displays crap via RS232
My new Code:


#include <18F4525.h>
#device adc=10

#fuses INTRC_IO
//#FUSES H4 //4xPLL ...
  Topic: Timer0 does not work with Internal Oscillator
cyberant

Replies: 4
Views: 5549

PostForum: General CCS C Discussion   Posted: Fri Aug 10, 2007 8:32 am   Subject: Timer0 does not work with Internal Oscillator
My Timer0 worked with an external osci. - then I changed to an internal one and my Time Variable "tenthOfSeconds" is always 0
Can someone help me?



#include <18F4525.h>
#device ...
  Topic: CCS Bootloader - programming Bootloader AND application?
cyberant

Replies: 1
Views: 3603

PostForum: General CCS C Discussion   Posted: Thu Aug 09, 2007 2:12 am   Subject: CCS Bootloader - programming Bootloader AND application?
Hello Smile

I use the CCS Bootloader - which works fine.
But is there a way to modify it so that you can programm the bootloader and the programm in one step via a programmer Question
So that i ...
  Topic: Problem sending "carriage return" via SIOW
cyberant

Replies: 4
Views: 5482

PostForum: General CCS C Discussion   Posted: Thu Aug 02, 2007 12:31 am   Subject: Problem sending "carriage return" via SIOW
Ah that was the problem - thanks.
You have to click on the hex view first and then type without seeing what you type...then it works. Very Happy
Would be nice if someone also know how to send a 13(0D) ...
  Topic: Problem sending "carriage return" via SIOW
cyberant

Replies: 4
Views: 5482

PostForum: General CCS C Discussion   Posted: Wed Aug 01, 2007 2:52 am   Subject: Problem sending "carriage return" via SIOW
Sorry nearly forgot this post, but i still have the Problem.
Here pressing enter makes the same thing as pressing send - no 0D or 13 gets send. Confused
  Topic: Problem with ccs bootloader
cyberant

Replies: 4
Views: 5427

PostForum: General CCS C Discussion   Posted: Tue Jul 31, 2007 3:34 pm   Subject: Problem with ccs bootloader
Thanks - it worked - but now I have the Problem that if I send a larger File via Hyperterminal it does not finish transfering. Via SIOW it works without problems. With the small testfile Hyperterminal ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group