[TI-H] Low Level Link Port Programming


[Prev][Next][Index][Thread]

[TI-H] Low Level Link Port Programming




    This question has probably been asked, but I have researched on the net 
and read through this mailing list for several hours now and was unable to 
find the answer.  How can I control the state of the two link-port outs on a 
TI-83+ se.  The only code I was able to obtain was:

ld a,$C0    ; 1
out(00),a
ld a,$C3    ;0
out(00),a

Which apparently outputs a 1 and 0.  However, this would only use one line if 
I am correct.  I am trying to interface to a device without using TI's 
standard link-port protocol.

-Brian



Follow-Ups: