embeded/arduino(genuino)2022. 11. 14. 16:20

print는 포맷에 맞추어서 출력하고

write는 변환없이 (%c ?) 출력하는 듯.

 

To send data without conversion to its representation as characters, use Serial.write().

[링크 : https://www.arduino.cc/reference/en/language/functions/communication/serial/print/

 

구조체 만들고

세번째 방식으로 출력하면 되려나?

Serial.write(val)
Serial.write(str)
Serial.write(buf, len)

[링크 : https://www.arduino.cc/reference/en/language/functions/communication/serial/write/]

'embeded > arduino(genuino)' 카테고리의 다른 글

mcp2515 can  (0) 2023.10.30
아두이노 dht11  (0) 2022.11.14
아두이노 USB HID  (0) 2021.05.07
아두이노 시리얼 플로터  (0) 2020.09.08
TEA5767 살까 말까..  (0) 2020.06.15
Posted by 구차니