??? 08/02/11 17:46 Modified: 08/02/11 17:47 Read: times |
#183151 - "No I/O or No Timing" Responding to: ???'s previous message |
i have written it as interrupt driven
it manipuates P3^1 as i have a max 232 already soldered to there org 0Bh rlc A mov P3^1,C inc R1 reti and also it waits for a time between bits mov IE,#82h mov TH0,#0E8h mov TL0,#0E8h mov TMOD,#02h wait1: cjne R1,#01,wait1 |