Re: hp49g+ -- Problem with bad libs in second port



awilpert wrote:
Thanks for the clarification Jean-Yves, I knew PINIT was used to solve
some port problems, but I did not know exactly which, that is why I
reported that PINIT was not working in my case.

I did what you adviced ( 1 4046 + 1 ->TAG DUP DETACH PURGE ), but
Sorry it should be:
1 4096 + 2 ->TAG DUP DETACH PURGE

In fact this should work for any library with a number < 256:
[lib_number] 4096 + [port_number] ->TAG DUP DETACH PURGE

JY
.