Author |
Message |
Topic: pow(x,y) and pwr(x,y) |
Jan Noman
Replies: 1
Views: 3019
|
Forum: General CCS C Discussion Posted: Wed Dec 16, 2009 8:34 am Subject: pow(x,y) and pwr(x,y) |
What is difference between those functions like in topic ?
Regards
Jan Noman |
Topic: Why ? |
Jan Noman
Replies: 11
Views: 12962
|
Forum: General CCS C Discussion Posted: Sat Jun 23, 2007 4:29 pm Subject: Why ? |
Sorry
I'm very TIRED this solution in former message is NO GOOD
GOOD NIGHT |
Topic: Why ? |
Jan Noman
Replies: 11
Views: 12962
|
Forum: General CCS C Discussion Posted: Sat Jun 23, 2007 4:10 pm Subject: Why ? |
FINALLY I FIND SOLUTION !!!!
ADC_value = (signed int16)value_111/64
on LCD is 242 and -242
AND IT WORK very good but EXACTLY I don't know WHY.
Best Regards
Jan |
Topic: Why ? |
Jan Noman
Replies: 11
Views: 12962
|
Forum: General CCS C Discussion Posted: Sat Jun 23, 2007 3:36 pm Subject: Why ? |
Dear PCM Programmer
thanks for help
it very strange
It is my full test code
it work very good
on LCD is -1234
#include <18F4580.h>
#fuses HS,NOLVP,NOWDT,NOPROTECT
#use delay( ... |
Topic: Why ? |
Jan Noman
Replies: 11
Views: 12962
|
Forum: General CCS C Discussion Posted: Sat Jun 23, 2007 10:00 am Subject: Why ? |
more of code:
MCP_read();
ADC_value = value_111/64;
ADC_unsig = abs(ADC_value);
ADC_unsig = mean_filter(ADC_unsig);
value_11 = ADC_unsig - zero;
value_0 = abs(value_11);
......... ... |
Topic: Why ? |
Jan Noman
Replies: 11
Views: 12962
|
Forum: General CCS C Discussion Posted: Sat Jun 23, 2007 7:41 am Subject: Why ? |
Hi everybody!
signed int32 value_111;
signed int32 ADC_value
.............................................
ADC_value = value_111/32; result is OK
ADC_value = value_111/64; or high result ... |
Topic: zrs232 |
Jan Noman
Replies: 1
Views: 3786
|
Forum: General CCS C Discussion Posted: Sun Apr 15, 2007 5:46 am Subject: zrs232 |
Hi everbody
For what is zrs232.h in drivers files ?
Reagards
Jan |
Topic: frame and printf() |
Jan Noman
Replies: 1
Views: 3361
|
Forum: General CCS C Discussion Posted: Fri Feb 23, 2007 4:05 am Subject: frame and printf() |
Hi Everybody !
What is exactly frame (byte by byte) when we use printf() function
is some of bytes hide ?
Ask me PC programmer who made visualization.
eg.
printf("%05.2w daN /r" ... |
Topic: very strange math solution |
Jan Noman
Replies: 2
Views: 5650
|
Forum: General CCS C Discussion Posted: Sat Aug 06, 2005 7:47 am Subject: very strange math solution |
Very thanks ckielstra !!!!
I get 12345 on my LCD
Best regads
Jan |
Topic: very strange math solution |
Jan Noman
Replies: 2
Views: 5650
|
Forum: General CCS C Discussion Posted: Sat Aug 06, 2005 6:59 am Subject: very strange math solution |
HI everybody !
cod:
I send A=1,B=2,C=3,D=4,E=5 by transciver
........
putc(A);
....................
putc(E);
.......................
receive:
.....................
... |
Topic: LCD setting contrast by program |
Jan Noman
Replies: 7
Views: 9209
|
Forum: General CCS C Discussion Posted: Thu Jul 28, 2005 11:06 am Subject: LCD setting contrast by program |
Very thank You Ttelmah
sorry I'm "green"
....................................
void main()
lcd_init();
lcd_send_byte(0,0x7A);
lcd_send_byte(0,0x52);
............................. ... |
Topic: LCD setting contrast by program |
Jan Noman
Replies: 7
Views: 9209
|
Forum: General CCS C Discussion Posted: Thu Jul 28, 2005 9:20 am Subject: LCD setting contrast by program |
Hi everybody !
The contrast on all displays of the EA DOG LCD series can be set only
with a command .How I can change init string in LCD.c driver ?
controller is ST7036 instruction compatib ... |
Topic: long_data again |
Jan Noman
Replies: 1
Views: 5648
|
Forum: General CCS C Discussion Posted: Thu Jun 09, 2005 2:53 am Subject: long_data again |
Dear Users of CCS C compiler
I want to send 16 bit value from PIC to PIC by radio (cc1000 chip) in
mode transparent UART and put it to LCD in "RECEIVE PIC"ALL work wery fine when I send and receiv ... |
Topic: long_data |
Jan Noman
Replies: 1
Views: 4079
|
Forum: General CCS C Discussion Posted: Sat May 28, 2005 4:47 am Subject: long_data |
#useRS232(....long_data...) valid for software ,hardware or both of UART ?
regards
Jan |
|