Ticket #29 (new enhancement)

Opened 4 years ago

Last modified 4 years ago

Variables support

Reported by: florian Owned by: admin
Priority: major Milestone: Casetta 0.4
Component: casetta/data Version: 0.3
Keywords: casetta data transfer cat newcat Cc:

Description

Add the support of variables:

  • add classes
  • add the transfer stuff
  • add the cat support
  • add the newcat support

The documentation work is here : http://casetta.tuxfamily.org/formats/raw.

Change History

Changed 4 years ago by Xion345

The current function to unpack the BCD-like code returned by the calculator is really ugly.
It uses : hex(ord(i)).replace('0x',)
I would need some help to imrove that.
I looked at struct and array python modules but I didn't find anything useful

Changed 4 years ago by florian

If this code is really too ugly, we can write a function to make the convertion... but I don't really see what exacty is needed. Can you upload your code in the svn repository, or copy here more code?

Note: See TracTickets for help on using tickets.