Skip to content

DS3502 #10223

DS3502 #10223
Dec 14, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Should you be using a backslash (\) instead of a forward slash (/) in your bytes? b'\x40' is a single byte with the value 0x40 while b'/x40' is 4 bytes with the values 0x2f, 0x78, 0x34, 0x30.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SEED-Aaron
Comment options

@SEED-Aaron
Comment options

Answer selected by SEED-Aaron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants