• slider image 442
  • slider image 477
  • slider image 479
  • slider image 480
  • slider image 481
  • slider image 482
:::


Browsing this Thread:   1 Anonymous Users






Re: 請問有人使用過vsprintf?
#5
資深會員
資深會員


查看用戶資訊
Dear Ryang :

用sprintf已解決.

謝謝大家.

發表於: 2021/4/19 16:46
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: 請問有人使用過vsprintf?
#4
版主
版主


查看用戶資訊
試著用 sprintf( ) 先轉換 ASCII 存到 RAM 後再用 UART 輸出。

發表於: 2021/4/19 15:01
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: 請問有人使用過vsprintf?
#3
資深會員
資深會員


查看用戶資訊
Dear Libra :

我是用XC8,而XC8沒有vsnprintf!

謝謝.

發表於: 2021/4/19 9:16
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: 請問有人使用過vsprintf?
#2
管理員
管理員


查看用戶資訊
試試指定長度的 vsnprintf
vsnprintf(buf,100, fmt, ap);

發表於: 2021/4/16 16:36
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


請問有人使用過vsprintf?
#1
資深會員
資深會員


查看用戶資訊
Dear All:

1.我想用vsprintf將一陣列的資料轉成ASCIl再用uart輸出.
不知這樣可行否?
2.vsprintf該如何用?

//main:
j=1234;
errmsg("j=%d",j);
//
void errmsg(const char *fmt, ...)
{
va_list ap;
char buf[100];

va_start(ap, fmt);
vsprintf(buf, fmt, ap);
va_end(ap);
NOP();
}
但這樣test_buf只應出j=%d而無列印出j,為何?

謝謝.

發表於: 2021/4/16 14:20

Edited by jlian on 2021年04月16日 14:37:35
Edited by jlian on 2021年04月16日 14:38:09
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部







You can view topic.
不可以 發起新主題
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.

[進階搜尋]


:::

Microchip連結

https://www.facebook.com/microchiptechnologytaiwan/
http://www.microchip.com.tw/modules/tad_uploader/index.php?of_cat_sn=13
https://mu.microchip.com/page/tmu
http://elearning.microchip.com.tw/modules/tad_link/index.php?cate_sn=1
https://page.microchip.com/APAC-PrefCenters-TW.html
http://www.microchip.com/
http://www.microchip.com/treelink
http://www.microchipdirect.com/
http://www.microchip.com.cn/newcommunity/index.php?m=Video&a=index&id=103
http://www.microchip.com.tw/modules/tad_uploader/index.php?of_cat_sn=2
http://www.microchip.com.tw/Data_CD/eLearning/index.html
http://www.microchip.com.tw/RTC/RTC_DVD/
https://www.microchip.com/development-tools/
https://www.youtube.com/user/MicrochipTechnology
[ more... ]

教育訓練中心

!開發工具購買
辦法說明 [業界客戶] [教育單位]
----------------------------------
!校園樣品申請
辦法說明 [教師資格] [學生資格]
----------------------------------