Author |
Message |
Topic: Test code to test ds1305.c |
C0J
Replies: 6
Views: 11885
|
Forum: General CCS C Discussion Posted: Sun Jun 14, 2009 10:03 am Subject: Test code to test ds1305.c |
Thanks PCM |
Topic: Test code to test ds1305.c |
C0J
Replies: 6
Views: 11885
|
Forum: General CCS C Discussion Posted: Sat Jun 13, 2009 12:54 pm Subject: Test code to test ds1305.c |
Hi,
Anyone mind providing a test code to test out the ds1305.c in c:\program files\picc\drivers
Thanks,
CJ |
Topic: variable frequency control for AC motor speed control |
C0J
Replies: 4
Views: 8541
|
Forum: General CCS C Discussion Posted: Wed Mar 18, 2009 11:10 am Subject: variable frequency control for AC motor speed control |
Thanks electrogen |
Topic: variable frequency control for AC motor speed control |
C0J
Replies: 4
Views: 8541
|
Forum: General CCS C Discussion Posted: Mon Mar 16, 2009 3:40 pm Subject: variable frequency control for AC motor speed control |
Thanks PCM |
Topic: variable frequency control for AC motor speed control |
C0J
Replies: 4
Views: 8541
|
Forum: General CCS C Discussion Posted: Mon Mar 16, 2009 9:56 am Subject: variable frequency control for AC motor speed control |
Hi,
i will like to implement a variable frequency control to control the speed of a single phase induction motor.
(230V,50hz supply converted to DC & convert back to AC with a smaller freq ... |
Topic: comparator not working (16F887) |
C0J
Replies: 4
Views: 5427
|
Forum: General CCS C Discussion Posted: Tue Mar 03, 2009 12:00 pm Subject: comparator not working (16F887) |
Thanks PCM,
have tried out, but not working
Thank you (& Kenny) for taking your time looking at the problem
CJ |
Topic: comparator not working (16F887) |
C0J
Replies: 4
Views: 5427
|
Forum: General CCS C Discussion Posted: Tue Mar 03, 2009 9:36 am Subject: comparator not working (16F887) |
Thanks Kenny,
have tried, but not working
have seen that the VRCON register value =0x00 (in MPLAB SIM) after executing "setup_vref(VREF_HIGH|15)"
Have tested out using 16F690 with sim ... |
Topic: comparator not working (16F887) |
C0J
Replies: 4
Views: 5427
|
Forum: General CCS C Discussion Posted: Mon Mar 02, 2009 2:18 pm Subject: comparator not working (16F887) |
Hi,
have used the following code to test out on comparator1 of 16F887
but it does not work
have replaced setup_vref with:
#byte VRCON=0x97
VRCON=0x8f;
but it also doesn't work
Any advi ... |
Topic: LCD (unable to getting blinking cursor) |
C0J
Replies: 4
Views: 7821
|
Forum: General CCS C Discussion Posted: Wed Feb 11, 2009 2:06 pm Subject: LCD (unable to getting blinking cursor) |
Thanks again PCM & VanHauser
CJ |
Topic: LCD (unable to getting blinking cursor) |
C0J
Replies: 4
Views: 7821
|
Forum: General CCS C Discussion Posted: Wed Feb 11, 2009 1:23 pm Subject: LCD (unable to getting blinking cursor) |
Thanks PCM,
But not sure when to call this function (after lcd_init ?)
& what should visible, blink be ?
void lcd_setcursor_vb(short visible, short blink)
{
lcd_send_byte(0, 0xC|(vis ... |
Topic: LCD (unable to getting blinking cursor) |
C0J
Replies: 4
Views: 7821
|
Forum: General CCS C Discussion Posted: Wed Feb 11, 2009 10:09 am Subject: LCD (unable to getting blinking cursor) |
Hi,
i have been using the flexible lcd driver (16x2) posted in code library & it is able to work( but there is no cursor)
Have try to change the display on statement in LCD_INIT_STRING fun ... |
Topic: comparator input |
C0J
Replies: 4
Views: 4128
|
Forum: General CCS C Discussion Posted: Wed Dec 10, 2008 3:33 pm Subject: comparator input |
Thank u again PCM
|
Topic: comparator input |
C0J
Replies: 4
Views: 4128
|
Forum: General CCS C Discussion Posted: Wed Dec 10, 2008 1:28 pm Subject: comparator input |
Hi PCM,
Ver4.038
& also seen that C1VREN bit of VRCON register is not set to '1' when the function setup_vref(VREF_HIGH|15) is used.
Is it correct for me to say that C1VREN bit of VRCON ... |
Topic: comparator input |
C0J
Replies: 4
Views: 4128
|
Forum: General CCS C Discussion Posted: Wed Dec 10, 2008 11:50 am Subject: comparator input |
Hi,
1) Have seen some workable codes using comparator, but the code
does not include setting the input pin as analog like using
'setup_adc_ports(ALL_ANALOG)' in AD conversion. Why is this so ?
... |
Topic: comparator not working (16F690) |
C0J
Replies: 3
Views: 4709
|
Forum: General CCS C Discussion Posted: Fri Nov 21, 2008 12:22 am Subject: comparator not working (16F690) |
Thanks PCM,
May I know where to get that info ? (So that I can read it up to have a better understanding on comparator).
Thanks again,
CJ |
|