2019-07-21 02:46发布
aleda303 发表于 2014-6-23 15:34 你要发送原始数据流 还是 格式化输出? 如果是格式化 按原子说的 ,用sprintf&nbs ...
最多设置5个标签!
发送
float a = 1.23; double b=3.2;
SendBytes( (u8*)&a ,sizeof(a) );
SendBytes( (u8*)&b ,sizeof(b) );
应该是这样吧?
一周热门 更多>