The versions 0.1 and 0.2 bring the support of usual datapoint types (DPT) : in addition to short type DPTs (i.e. the DPTs which format goes from 1 bit to 1 byte max), you can now play with U16/V16/U32/V32 and F16 format DPTs! F32 is not supported yet. read and write functions can handle (and translate when needed) the usual C types : boolean, uchar/char, unsigned int/int, unsigned long/long, and float.
In conclusion, fun starts now !