0 Members and 1 Guest are viewing this topic.
how many bits ( not bytes ! ) can receive my calc in a second ? (TI 83+)
How many milliseconds will it take to receive a 48*64 image with 4 level grayscale ? (384bytes*2pics, I think )
I'm not sure I understand all ...How can I receive a byte ?
Hey, that way you can understand the link port better. Yes, although remember that reading is the opposite from writing. ie, write 0 and read 3, write 1, and read 2, write 2 and read 1, write 3 and read 0.
Quote from: graphmastur on April 28, 2011, 10:24:57 pmHey, that way you can understand the link port better. Yes, although remember that reading is the opposite from writing. ie, write 0 and read 3, write 1, and read 2, write 2 and read 1, write 3 and read 0.Say that in English please
Quote from: annoyingorange on April 28, 2011, 10:29:51 pmQuote from: graphmastur on April 28, 2011, 10:24:57 pmHey, that way you can understand the link port better. Yes, although remember that reading is the opposite from writing. ie, write 0 and read 3, write 1, and read 2, write 2 and read 1, write 3 and read 0.Say that in English pleaseIt is in english... If you would like for me to describe it better, then that I can do. Okay, so you know you write a variable by saying #->port, right? So 3->port. To read it, you do port->X. So if you wrote 3 to port and then did port->X, X would hold the value 0.