Author |
Message |
Topic: Pic16F688 HW UART bit=7 question |
Briartek
Replies: 1
Views: 3720
|
Forum: General CCS C Discussion Posted: Wed Sep 12, 2007 3:26 pm Subject: Pic16F688 HW UART bit=7 question |
WHen i use the following directive, rs232 reads work fine:
#use rs232(baud=1200,parity=O,xmit=PIN_C4,rcv=PIN_C5,bits=7,stream=RT,FORCE_SW,ERRORS)
When i remove the FORCE_SW,
#use rs232(baud=1200 ... |
Topic: Can anyone recommend a 10 or 12bit DAC to use with 16F876 |
Briartek
Replies: 4
Views: 4580
|
Forum: General CCS C Discussion Posted: Wed Sep 12, 2007 2:41 pm Subject: Can anyone recommend a 10 or 12bit DAC to use with 16F876 |
The MAX5812 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3289 may do. |
Topic: Generate DTMF Tones |
Briartek
Replies: 4
Views: 7758
|
Forum: General CCS C Discussion Posted: Thu Aug 30, 2007 8:32 am Subject: Generate DTMF Tones |
I am sure many would appreciate it, post it in the "Code Library" forum section with a subject like, "Single Pin DTMF tone generation" |
Topic: Generate DTMF Tones |
Briartek
Replies: 4
Views: 7758
|
Forum: General CCS C Discussion Posted: Fri Aug 03, 2007 8:51 am Subject: Generate DTMF Tones |
Actually, CCS was suppose to include this capability in version 4. You may want to press them on it.
I asked for this when they were soliciting feeback for version 4, and they even advertised the ... |
Topic: Math problems with 3.240 |
Briartek
Replies: 14
Views: 17866
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2005 3:04 pm Subject: Re: Math problems with 3.240 |
Anybody else finding math problems with 3.240? I'm doing some complicated calculations (including log functions) and a peice of code that works perfectly in 2.236 doesn't generate the correct result i ... |
|