Author |
Message |
Topic: Send and receive data thru Eth w/ PIC16F |
Jasen
Replies: 3
Views: 7687
|
Forum: General CCS C Discussion Posted: Thu Dec 26, 2013 6:41 pm Subject: Send and receive data thru Eth w/ PIC16F |
Hi, I bought a board with Ethernet RJ45 and ENC28J60 built in. Do you have any example software (with pic 16F) to send and receive data thru this board (SPI). Let’s suppose an Ethernet net ...lets ... |
Topic: interrupt int_rda not working |
Jasen
Replies: 5
Views: 8779
|
Forum: General CCS C Discussion Posted: Sat Mar 23, 2013 2:23 pm Subject: interrupt int_rda not working |
I create a simply program to test rda interrupt, but for some reason the interrupt is not working. When send a TX data expect a message back “Interrupt in execution”, but no message is send ba ... |
Topic: String lost |
Jasen
Replies: 1
Views: 3964
|
Forum: General CCS C Discussion Posted: Fri Sep 18, 2009 8:52 am Subject: String lost |
Hi !!!I took a look at program EX_SISR and found this problem. I Make some modification to better follow the problem (see the program bellow)
After certain constant string received (about 11 strings ... |
Topic: Receive 7 bits communication |
Jasen
Replies: 5
Views: 4872
|
Forum: General CCS C Discussion Posted: Mon Aug 31, 2009 2:52 pm Subject: Receive 7 bits communication |
Could you give me a Hint how to clearing top Bit.
Tks, Jasen |
Topic: Receive 7 bits communication |
Jasen
Replies: 5
Views: 4872
|
Forum: General CCS C Discussion Posted: Mon Aug 31, 2009 1:48 pm Subject: Receive 7 bits communication |
I create this following test program to make sure that the PIC16F648A will read correctly the 7 bits data.
#use rs232(baud=4800, xmit=pin_b2, rcv=pin_b1)
if ( getc() == 12 ... |
Topic: Receive 7 bits communication |
Jasen
Replies: 5
Views: 4872
|
Forum: General CCS C Discussion Posted: Mon Aug 31, 2009 12:59 pm Subject: Receive 7 bits communication |
I have a device thats send data = 7 bits and stop bit=2. How can i proceed to read this variable using PIC16F648A. |
|