Skip to content

RNode serial communication strangeness. #440

Discussion options

You must be logged in to vote

sigh

Wrote:

    for (int i = 2; i < data.Count; i++)

Meant:

    for (int i = 2; i < data.Count+2; i++)

Situation resolved. PEBCAK.

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@faragher
Comment options

@markqvist
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@faragher
Comment options

@faragher
Comment options

@faragher
Comment options

Answer selected by faragher
@markqvist
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants