Page 1 of 1

[Fractional Data in dsPIC]

Posted: Fri Mar 16, 2012 12:35 am
by Saeed
As all know, dsPICs are fixed-point processors able to deal with fixed point (often unint8) values.
But real world is analogue implying numbers with fractional part and not necessarily positive values (signity of values, +/-).
Does any body know how to import these values to a dsPIC through rs232 serial port (i.e. able to transmit only unint8) and export such values from PIC to the out world?