Author |
Message |
Topic: gets() and getchar() |
krakatau
Replies: 4
Views: 5637
|
Forum: General CCS C Discussion Posted: Wed Apr 01, 2009 2:38 am Subject: gets() and getchar() |
THANKS A LOT GUYS. i was required it.
thanksssssss
maybe thanks sent very years later. |
Topic: receive integer to array from rs232 |
krakatau
Replies: 1
Views: 5246
|
Forum: General CCS C Discussion Posted: Wed Mar 18, 2009 8:31 am Subject: receive integer to array from rs232 |
I've a question. maybe very simple.
It's about rs232,
I want to get a lot of receive data to PIC16F876 from another PIC16F876 (and PC).
I save an array that my receive data. But I suppose gets() fu ... |
Topic: 16 bit transfer with rs232 |
krakatau
Replies: 9
Views: 14588
|
Forum: General CCS C Discussion Posted: Fri Mar 13, 2009 10:05 am Subject: 16 bit transfer with rs232 |
I found my code is wrong because putc() function's back value have to be 8bit. Its a CCS rule. I tried 16bit transfer. I'll send 8bit, 8bit data transfer, I'm forced to.
I'm ok. Thanks a lot. |
Topic: 16 bit transfer with rs232 |
krakatau
Replies: 9
Views: 14588
|
Forum: General CCS C Discussion Posted: Fri Mar 13, 2009 7:49 am Subject: 16 bit transfer with rs232 |
have you any idea?? |
Topic: 16 bit transfer with rs232 |
krakatau
Replies: 9
Views: 14588
|
Forum: General CCS C Discussion Posted: Thu Mar 12, 2009 1:26 am Subject: 16 bit transfer with rs232 |
first of all thanks your quickly replies.. i suppose rs232 can't 16bit transfer directly.it s true? i worked that ;
16bit data, from PC to pic16f876 to another pic16f876 and then this 16bit da ... |
Topic: 16 bit transfer with rs232 |
krakatau
Replies: 9
Views: 14588
|
Forum: General CCS C Discussion Posted: Wed Mar 11, 2009 10:11 am Subject: 16 bit transfer with rs232 |
hi,
My question is very short.
I want to 16bit transfer with rs232 protocol, is it possible?
What do I do?
I will use to pic16f876 to 16bit shift register.
16bit transfer or 8bit 8bit transfer.
... |
Topic: help! about communication to ISD1700 with 16f877 |
krakatau
Replies: 0
Views: 2858
|
Forum: General CCS C Discussion Posted: Sat Feb 21, 2009 3:08 am Subject: help! about communication to ISD1700 with 16f877 |
Hi everybody,
I need use to ISD1700 with 16f877 communication. But I didn't try last time.
I'll play two recording message and playing these message. But I didn't find example code. Can anyone help ... |
Topic: beginning the spi, please help |
krakatau
Replies: 2
Views: 3683
|
Forum: General CCS C Discussion Posted: Fri Feb 20, 2009 1:25 am Subject: beginning the spi, please help |
Yes, I've done.
I don't believe that and I didn't see delay_ms. Exactly as you say. I tried very much on yesterday but I couldn't. But this morning I saw your message. I tried. It was done.
Thank ... |
Topic: beginning the spi, please help |
krakatau
Replies: 2
Views: 3683
|
Forum: General CCS C Discussion Posted: Thu Feb 19, 2009 9:59 am Subject: beginning the spi, please help |
I'm new in ccs, but i need to spi communication. I tried this code.
for master
void main()
{
setup_adc_ports(NO_ANALOGS);
setup_adc(ADC_OFF);
setup_sp ... |
|