Convert c file to csv file(unix format) in python

2015-05-19 Thread umasrinath88
Hi All, I have a python script file which converts .hex file to c file. Can anyone help me in converting .c file to csv file (unix format). Regards, Uma -- https://mail.python.org/mailman/listinfo/python-list

Re: Convert c file to csv file(unix format) in python

2015-05-19 Thread umasrinath88
On Tuesday, May 19, 2015 at 10:15:43 PM UTC+5:30, Mihamina Rakotomandimby wrote: On 05/19/2015 07:30 PM, umasrinat...@gmail.com wrote: Can anyone help me in converting .c file to csv file (unix format). Would you give a sample? Hi Mihamina, I have sent you the complete work folder.

Re: Convert c file to csv file(unix format) in python

2015-05-19 Thread umasrinath88
On Tuesday, May 19, 2015 at 11:51:20 PM UTC+5:30, Denis McMahon wrote: On Tue, 19 May 2015 09:30:15 -0700, umasrinath88 wrote: I have a python script file which converts .hex file to c file. Hex is generally an ascii file containing hexadecimal values. .c is generally an ascii file