Export to GitHub

the-bus-pirate - issue #6

Integer repeat values for bulk read, clock ticks, delays, etc.


Posted on Mar 31, 2009 by Happy Giraffe

Current repeat values (e.g. r:10) are up to one byte, or 255. This change would add integer length repeat values.

  1. Update protocol libraries to pass integer repeat values.
  2. Update repeat reading routine to read integer values and return integer repeat values.

Comment #1

Posted on Mar 31, 2009 by Happy Giraffe

Comment deleted

Comment #2

Posted on Apr 14, 2009 by Happy Giraffe

User input functions now read and return integer values.

Need to update abstraction routines (busPirateCore.c) and individual libraries to use integers.

Libraries need to use bpWintdec to write integer repeat values to the user terminal.

Status: Accepted

Labels:
Type-Enhancement Priority-Medium