完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,大家好, 利用PSoC单片机,得到了用于计算一些统计参数的长码。为了保留精度,我尝试使用XBee通过UART接口打印结果。但是,PSoC不向XBee打印任何浮动或双字符。 因为这是一个很长的代码,我只会提取可能引起问题的部分。 事业单位 包括: 包括: 包括: 包括: 数学包括数学。 ……许多其他的代码…… char数据器〔50〕={’0’}; In16阵列ADC2〔8192〕//ADC通道 / / ..............其他代码包括ADC ............./平均值 (i=0;i,lt;8192;i++) 平均+=((双)Rayay-ADC2)/ 8192; SaMPTF(DataBuffer,平均值:%frn),平均值; UARTH字符串(DataBuffer); ================================================================================ 然而,一个UART接口,它本身”的意思是:“没有打印出双类型变量。我试图用打印int它实际上也许有一些配置/编码,我错过了吗? 非常感谢。 以上来自于百度翻译 以下为原文 Hi all, I got a long codes which used to calculate some statistical parameters using PSoC MCU. To reserve precision, I tried to print the result using XBee through an UART interface. However, the PSoC doesn't print any floating or double character to the XBee. Since it is quite a long code, I will only extract the part which might cause the problem. ================================================================================ #include #include #include #include #include //..............Many other codes............. char DataBuffer[50] = {' |