Firmware development updates

There is a new 3WIRE mode, which is like SPI but you can manipulate the clock and MOSI pins independently using the /-_ syntax. This is useful for oddball devices that use reset, start bits, and opcodes that are not 8 bit bytes. For example, the 93LC66B uses a start bit and 2 bit opcodes which are not compatible with the typical 8bit I2C bus.

  • 3WIRE mode added
  • Fix display of bit commands /-_ state (2WIRE, 3WIRE)
  • New firmware timestamp format
  • Fixes during the initialization sequence, and ongoing improvements to deadlock situations (h/t @henrygab)
  • A factory mode to disable unique serial port numbers (h/t @henrygab)
  • Holiday mode (will expire in a week or so)
2 Likes