วันอาทิตย์ที่ 6 ธันวาคม พ.ศ. 2558

Arduino long to string

Arduino long to string


char buf[50];
unsigned long testID = 123;
sprintf(buf, "GET /testID=%lu HTTP/1.0", testID);
Serial.println( buf );

ข้อมูลที่ออกมาคืออ GET /testID=123 HTTP/1.0

0 ความคิดเห็น:

แสดงความคิดเห็น

สมัครสมาชิก ส่งความคิดเห็น [Atom]

<< หน้าแรก