Hi all
I have some problems to connect 2 PIC16F648A using portB.0 with OWIN/OWOUT command.
The PIC-1 (master) call PIC-2, like an iButton, with this code that I cann't change:
----------------------
IB VAR BYTE[8]
OWOUT PortB.0, 1, [$33]
PAUSE 5
OWIN PortB.0, 0, [STR IB\8]
----------------------
The PIC-2 must to reply at PIC-1 reset with "presence" pulse, read "$33" and send it 8 byte.
Is it possible do it with PBP without ASM code?
Can anyone help me with ASM code if indispensable?
Thank in advance
cip
Bookmarks