Difference between revisions of "Talk:83Plus:Ports:00"

From WikiTI
Jump to: navigation, search
Line 21: Line 21:
  
 
I don't know Wiki's enough to change it, but there's a conflict on this page...it says a 1 bit keeps the line high, and the example at the bottom of the page says outputting 0 will set the lines high.
 
I don't know Wiki's enough to change it, but there's a conflict on this page...it says a 1 bit keeps the line high, and the example at the bottom of the page says outputting 0 will set the lines high.
 +
 +
:I think you have the read and write values confused.  Writing 00000001b, for instance, causes line 0 to go low, which means you'll read 00010010b.  If another calculator is connected to the other end of the link cable at this point, it will read 00000010b, assuming it's not driving the lines itself.  Now if it follows the TI protocol it will respond to line 0 going low by pulling line 1 low, writing 00000010b, after which it will read 00100000b and our original calculator will read 00010000b.  When both calculators release the lines by writing 00000000b, they will each return to reading 00000011b.
 +
:There's not that much you need to know about Wikis; the formatting commands can be a little... [[wikipedia:Wikipedia:How_to_edit_a_page|odd]]... but we get used to them, and anyway, you don't need to know them to make useful contributions.  --[[User:FloppusMaximus|FloppusMaximus]] 07:17, 3 Oct 2005 (PDT)

Revision as of 07:17, 3 October 2005

Thanks for those links and that new section, whoever did that. That's what we're hoping for: To have our users expand on what we provide them.

--AndyJ 06:52, 27 Mar 2005 (PST)

You're welcome ;)

That would have been me before I discovered that you could make a user profile :)
Thanks for the positive feedback!

Timendus

83+ Link Assist

Please see Talk:83Plus:Ports:05#83+ Link assist. --Andy Janata 15:47, 21 Jul 2005 (PDT)

Perhaps it should be pointed out the difference between the link assist on the se and the link assist on the 83p. Since it's no longer the same(port 5 being the ram page on the se).--Jim e 20:13, 21 Jul 2005 (PDT)
Be bold! --Andy Janata 20:38, 21 Jul 2005 (PDT)
Very well I'll be bold, but don't blame me spelling errors :-P --Jim e 12:56, 22 Jul 2005 (PDT)

I don't know Wiki's enough to change it, but there's a conflict on this page...it says a 1 bit keeps the line high, and the example at the bottom of the page says outputting 0 will set the lines high.

I think you have the read and write values confused. Writing 00000001b, for instance, causes line 0 to go low, which means you'll read 00010010b. If another calculator is connected to the other end of the link cable at this point, it will read 00000010b, assuming it's not driving the lines itself. Now if it follows the TI protocol it will respond to line 0 going low by pulling line 1 low, writing 00000010b, after which it will read 00100000b and our original calculator will read 00010000b. When both calculators release the lines by writing 00000000b, they will each return to reading 00000011b.
There's not that much you need to know about Wikis; the formatting commands can be a little... odd... but we get used to them, and anyway, you don't need to know them to make useful contributions. --FloppusMaximus 07:17, 3 Oct 2005 (PDT)