On 2007-06-18, getgroup <[EMAIL PROTECTED]> wrote:

> Can python maky a binary code for exemple .hex for microcontrolor.

Are you asking if a Python program can be compiled into a
binary executable which is to run on a microcontroller? The
answer to that is no.

Are you asking if a Python program can be written that will
create a .hex file given a set of input data?  The answer to
that is yes.

-- 
Grant Edwards                   grante             Yow! Why are these athletic
                                  at               shoe salesmen following
                               visi.com            me??
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to