hi,
please find attached file for published aldl display circuit using pic16f84 and lcd display u will find also attached assembly program if u can help cause i am not good in assembely to convert this program into picbasic ????
hi,
please find attached file for published aldl display circuit using pic16f84 and lcd display u will find also attached assembly program if u can help cause i am not good in assembely to convert this program into picbasic ????
so u will help me to do that or ????
and how much that will cost
I don't think you'll find anyone to convert that program.
It's the absolute worst ASM program I've ever seen.
No comments, numbered labels, yuck!Code:Label_0045 MOVLW 0x20 Label_0046 MOVWF 0x1C MOVF 0x18 , W ANDLW 0x0F ADDLW 0x30 MOVWF 0x1B RETLW 0x00 Label_0029 MOVF 0x1C , W CALL Label_0003 MOVF 0x1D , W CALL Label_0003 MOVF 0x1E , W CALL Label_0003 MOVF 0x1F , W CALL Label_0003 RETLW 0x00 Label_0031 MOVLW 0x04 GOTO Label_0047 MOVLW 0x03 Label_0047 MOVWF 0x12 Label_0048 BCF STATUS , C RRF 0x15 , f RRF 0x16 , f
I doubt that it could be converted without extensive knowlege of the protocol.
And if they already knew the protocol, it would be easier to just rewrite it from scratch.
DT
thanks for your trying there are another ones do not want to help at all ???
Here is what you do.
Forget about the assembly, most likely will not work for you.
From the zip you provided.
You can blink an LED and make a LCD work. Learn about serial communications and write you own code. Then you can say that PBP paid for its self.I have tested this only with 1227747 ECM but it should work also with other 160 baud units after you have verified / altered ALDL data stream decoding to match with your application.
Seems like the trick is in finding the protocol.
Dave
Always wear safety glasses while programming.
Bookmarks