Closed Cand0o closed 7 months ago
Hi all,
I'm using a Teensy 4.1 and want to communicate with motor. I have a ID issue. Below, my ID configuration.
txBufferTd.id = 0x0CF003d0; txBufferTd.flags.extended = 1; txBufferTd.len = 8;
When I want to read the ID, I have : ID: 0xCF003D0
One "0" is missing, someone have any ideas ?
Thx,
Cand0o
it's the same with and without leading zeros, usually in HEX we don't display leading zeros but if you want it to show then pad it
Ok thx a lot for this information.
Hi all,
I'm using a Teensy 4.1 and want to communicate with motor. I have a ID issue. Below, my ID configuration.
txBufferTd.id = 0x0CF003d0; txBufferTd.flags.extended = 1; txBufferTd.len = 8;
When I want to read the ID, I have : ID: 0xCF003D0
One "0" is missing, someone have any ideas ?
Thx,
Cand0o