目前共有7篇帖子。 字體大小:較小 - 100% (默認)▼  內容轉換:台灣正體▼
 
點擊 回復
574 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 down....
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)
 

本帖信息

點擊數:574 回複數:6
評論數: ?
作者:巨大八爪鱼
最後回復:巨大八爪鱼
最後回復時間:2016-3-29 23:30
 
©2010-2025 Purasbar Ver2.0
除非另有聲明,本站採用創用CC姓名標示-相同方式分享 3.0 Unported許可協議進行許可。