天堂草原最受欢迎的角色,天堂动漫,天堂在线,色天堂下载,天堂中文在线资源,亚洲男人天堂

技術(shù)熱線: 4007-888-234
設(shè)計(jì)開發(fā)

專注差異化嵌入式產(chǎn)品解決方案 給智能產(chǎn)品定制注入靈魂給予生命

開發(fā)工具

提供開發(fā)工具、應(yīng)用測試 完善的開發(fā)代碼案例庫分享

技術(shù)支持

從全面的產(chǎn)品導(dǎo)入到強(qiáng)大技術(shù)支援服務(wù) 全程貼心伴隨服務(wù),創(chuàng)造無限潛能!

新品推廣

提供新的芯片及解決方案,提升客戶產(chǎn)品競爭力

新聞中心

提供最新的單片機(jī)資訊,行業(yè)消息以及公司新聞動態(tài)

Welcome to the DMX 512 Printerport Interface page

更新時間: 2019-03-23
閱讀量:1704

Welcome to the DMX 512 Printerport Interface page



Asm file for pic16c84 or 16f84 running at 1MHz



 ;12 inputs for switches (resistor to ground, switch to +5v) ;dmx output on channels 1 to 12, off or full on (FFh) ; port A0 is DMX output, connect to sn75176 dmx driver (see dongle jpg) list p=16c84,f=inhx8m #include

ch1 equ 0x10 ch2 equ 0x11 ch3 equ 0x12 ch4 equ 0x13 ch5 equ 0x14 ch6 equ 0x15 ch7 equ 0x16 ch8 equ 0x17 ch9 equ 0x18 ch10 equ 0x19 ch11 equ 0x1A ch12 equ 0x1B org 0x00 goto start org 0x05 start bsf STATUS,RP0 movlw 0xFF ; port b input movwf TRISB movlw 0xFE ; portA0 output, other bits input movwf TRISA movlw b'11010000' movwf OPTION_REG movlw b'00100000' ; don't allow interrupt movwf INTCON bcf STATUS,RP0 begin movlw 0x00 movwf ch1 movwf ch2 movwf ch3 movwf ch4 movwf ch5 movwf ch6 movwf ch7 movwf ch8 movwf ch9 movwf ch10 movwf ch11 movwf ch12 movlw 0xff btfsc PORTB,0 movwf ch1 btfsc PORTB,1 movwf ch2 btfsc PORTB,2 movwf ch3 btfsc PORTB,3 movwf ch4 btfsc PORTB,4 movwf ch5 btfsc PORTB,5 movwf ch6 btfsc PORTB,6 movwf ch7 btfsc PORTB,7 movwf ch8 btfsc PORTA,1 movwf ch9 btfsc PORTA,2 movwf ch10 btfsc PORTA,3 movwf ch11 btfsc PORTA,4 movwf ch12 dmxout bsf PORTA,0 bsf PORTA,0 bcf PORTA,0 nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop bsf PORTA,0 bsf PORTA,0 bcf PORTA,0 ;startbit nop ;begin startcode nop nop nop nop nop nop nop bsf PORTA,0 ;stopbits bsf PORTA,0 bsf PORTA,0 movlw 0x10 movwf FSR chanel movf INDF,w bcf PORTA,0 movwf PORTA nop nop nop nop nop nop nop bsf PORTA,0 bsf PORTA,0 bsf PORTA,0 bcf STATUS,2 clrwdt incf FSR movf FSR,w xorlw 0x1C btfss STATUS,2 goto chanel goto begin end

2016062716593053606.jpg


联系我们: 枣阳市| 仁怀市| 化州市| 酒泉市| 横山县| 和林格尔县| 阆中市| 中卫市| 措勤县| 囊谦县| 衢州市| 涿州市| 张北县| 芜湖市| 吉水县| 新龙县| 稻城县| 迁安市| 扶风县| 任丘市| 连城县| 张家界市| 昌宁县| 彩票| 垦利县| 烟台市| 壤塘县| 新邵县| 南召县| 越西县| 林州市| 桐城市| 介休市| 长岭县| 满城县| 茌平县| 鄂托克旗| 长春市| 体育| 铜梁县| 寿阳县|