UID2 = UID2 << 4 ' shift nybble back to original location.
LID2= UID2 | LID1 ' bitwise OR the two together.
UID2 = UID2 << 4 ' shift nybble back to original location.
LID2= UID2 | LID1 ' bitwise OR the two together.
Charles Linquist
Semantics, spelling, good beer, not sure.
But maybe that should be, ...
ADDR = (UID2 << 4) | (LID2 & $F)
<br>
DT
Actually, a trip to the Sonoma area with little sleep afterward!
Charles Linquist
Thank you. I'm learning slowly through trial, error, some more error, studying and trying. This forum has been an invaluable source of information.
Bookmarks