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