Author |
Message |
Topic: send serial output to infra red terminal |
chek2020
Replies: 10
Views: 19042
|
Forum: General CCS C Discussion Posted: Mon Apr 24, 2006 11:39 am Subject: send serial output to infra red terminal |
hai,
basically, the circuit diagram is similiar with this http://www.anotherurl.com/therm/graphics/Arbiter_sch2.gif
and http://www.anotherurl.com/therm/images/diagrams/ARBITER.gif but PIC16F716 i ... |
Topic: send serial output to infra red terminal |
chek2020
Replies: 10
Views: 19042
|
Forum: General CCS C Discussion Posted: Mon Apr 24, 2006 2:06 am Subject: what electronics have you connected to your TX pin? |
Hai, i am using PIN_B3 as my TX pin.
this TX pin will send a serial bit(data) in binary form to RS232 TX port and then to infra red terminal.
the main concern is the temp(variable) data that i g ... |
Topic: send serial output to infra red terminal |
chek2020
Replies: 10
Views: 19042
|
Forum: General CCS C Discussion Posted: Sun Apr 23, 2006 11:40 pm Subject: more desription |
Hai,
baud rate i use is 2400(mistake from the code,i put as 9600). The data just transmit in binary(ASICC form) to infra red.
from this line:
temp=(((temperature>>1)*100)-25)+(((CountPe ... |
Topic: send serial output to infra red terminal |
chek2020
Replies: 10
Views: 19042
|
Forum: General CCS C Discussion Posted: Sun Apr 23, 2006 7:58 am Subject: send serial output to infra red terminal |
hai, i need somebody can give me some technical help.
i am using PIC16F716 interface to get input digital temperature sensor(DS1820) to terminal infra red.
the problem now is how i going to send ... |
|