https://picload.org/image...pdr/uart_pic10f200.png"> https://picload.org/image...pdr/uart_pic10f200.png"> https://picload.org/image...pdr/uart_pic10f200.png">
[code]#include <p10f200.inc>
__CONFIG _WDTE_OFF & _CP_OFF & _MCLRE_ON
tmp1 EQU 10h
tmp2 EQU 11h
org 0x00
movlw 0FFh
movwf GPIO
movlw 00h
tris 6
main movlw 0A5h
movwf tmp1
movlw 08h
movwf tmp2
bcf GPIO,1 ;Start bit
call TransmitByte
bsf GPIO,1 ;Stop bit
goto main
TransmitByte:
sr rlf tmp1,f ;shift tmp1 to the left (affects carry bit)
btfss STATUS,C ;check carry
bcf GPIO,1 ;turn pin to '0' if carry = '0'
btfsc STATUS,C
bsf GPIO,1 ;turn pin to '1' if carry = '1'
decfsz tmp2 ;decrement loop variable
goto sr
retlw 0
END[/code]
This code above looks like this:
JLCPCB – Prototype 10 PCBs for $2 (For Any Color)
China’s Largest PCB Prototype Enterprise, 600,000+ Customers & 10,000+ Online Orders Daily
How to Get PCB Cash Coupon from JLCPCB: https://bit.ly/2GMCH9w