Shop OBEX P1 Docs P2 Docs Learn Events
Serin / Serout limit? — Parallax Forums

Serin / Serout limit?

ArchiverArchiver Posts: 46,084
edited 2003-06-03 13:41 in General Discussion
Does anyone know what the maximum number of bytes I can send via
SEROUT or receive via SERIN?
I want to use a statement like SEROUT Tpin, Baudmode, [noparse][[/noparse]byte0,
byte1, ...etc].

Much thanks in advance.

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2003-06-03 13:41
    Technically, it's 256 ... but there are only 26 bytes of RAM. To build a
    list that long you'd need repeated variable entries and/or constants.

    -- Jon Williams
    -- Parallax

    In a message dated 6/3/2003 6:06:44 AM Central Standard Time,
    basicstampede@y... writes:

    > Does anyone know what the maximum number of bytes I can send via
    > SEROUT or receive via SERIN?
    > I want to use a statement like SEROUT Tpin, Baudmode, [noparse][[/noparse]byte0,
    > byte1, ...etc].



    [noparse][[/noparse]Non-text portions of this message have been removed]
Sign In or Register to comment.