質問編集履歴
1
入力をしたい内容を「\」としました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
47行目の「sprintf(szTx, "¥5%s%02X", szCommand, nSum);」ですが、
|
18
18
|
|
19
|
-
本来「sprintf(szTx, "
|
19
|
+
本来「sprintf(szTx, "\5%s%02X", szCommand, nSum);」と入力したいのですができません。
|
20
20
|
|
21
21
|
|
22
22
|
|