目前共有7篇帖子。 内容转换:不转换▼
 
点击 回复
334 6
物联网项目进度
一派护法 十九级
1楼 发表于:2016-3-28 19:05

调用puts函数成功:

一派护法 十九级
2楼 发表于:2016-3-28 19:08
LCD显示文字:
LCD_SetColors(LCD_COLOR_BLUE, LCD_COLOR_WHITE);
  LCD_DisplayStringLine_EN_CH(LINE(5), (uint8_t *)"*** 28/03/2016 6:15:01 PM");
一派护法 十九级
3楼 发表于:2016-3-28 19:38
The key is down.
The key is down.
The key is down.
The key is down.
The key is down.
This is a string.
This is a string.
The key is down and the number is 1.
The key is down and the number is 2.
The key is down and the number is 3.
The key is down and the number is 4.
The key is down and the number is 5.
The key is down and the number is 6.
The key is down and the number is 7.
The key is down and the number is 8.
The key is down and the number is 9.
The key is down and the number is 10.
The key is down and the number is 11.
The key is down and the number is 12.
The key is down and the number is 13.
The key is down and the number is 14.
The key is down and the number is 15.
The key is down and the number is 16.
The key is down and the number is 17.
The key is down and the number is 18.

一派护法 十九级
4楼 发表于:2016-3-28 19:38
回复3楼 @巨大八爪鱼 的内容:
The key is down.
The key is down.
The key is down.
The key is down.
The key is d...
void show(void)
{
    static int a = 1;
    printf("The key is down and the number is %d.\n", a);
    a++;
}
一派护法 十九级
5楼 发表于:2016-3-29 23:28
目前的情况是:数据能够正常发送,但是接收到的jpg图像虽然开头和结尾的几个字节是正确的,但是却无法用图片查看器打开,文件格式无法识别。
一派护法 十九级
6楼 发表于:2016-3-29 23:29
一派护法 十九级
7楼 发表于:2016-3-29 23:30

回复帖子

内容:
用户名: 您目前是匿名发表
验证码:
(快捷键:Ctrl+Enter)
 

本帖信息

点击数:334 回复数:6
评论数: ?
作者:巨大八爪鱼
最后回复:巨大八爪鱼
最后回复时间:2016-3-29 23:30
 
©2010-2024 Arslanbar Ver2.0
除非另有声明,本站采用知识共享署名-相同方式共享 3.0 Unported许可协议进行许可。