Byte Code Protocol

Communicating with BitScope is very easy...

Unique command protocol:

  • Single byte commands.
  • Atomic command execution.
  • Stateless protocol, easy to use.
  • Evey command is its own handshake.
  • Data may be returned or not (depends on command).

We call it the BitScope Atomic Bytecode Protocol.

It's all just simple ASCII strings communicated via (USB) serial links, perfect for Python or any other string friendly language.

BitScope Byte Code programming is very easy.