This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS6



Hello Hotline,

I have Problems since CCS5.3 with sprintf and float variables:

 temp = phi_el_0*1000;
sprintf(transm_buf_b,"\r\nphi_el_0=%umrad\r\n",temp);         // works fine
 //   sprintf(transm_buf_b,"phi_el_0=%2.2f\r\n",phi_el_0);       // Problems mit %f float to acii

TransmDataStream_b(transm_buf_b);                                      // own function


Best Regards

Gerfried