Re: [PD] [pii2c] won't send more than 32 bytes

2020-09-02 Thread Alexandros
On 2/9/20 7:19 μ.μ., Martin Peach wrote: > On Tue, Sep 1, 2020 at 1:19 PM Alexandros wrote: >> The MAX_I2C_BUF_SIZE macro in pii2c.c is set to 64, but still when I try >> to send 64 bytes to a slave Teensy, only 32 go through, the rest 32 are >> all 0s. Raising this value to an even greater numbe

Re: [PD] [pii2c] won't send more than 32 bytes

2020-09-02 Thread Martin Peach
On Tue, Sep 1, 2020 at 1:19 PM Alexandros wrote: > > The MAX_I2C_BUF_SIZE macro in pii2c.c is set to 64, but still when I try > to send 64 bytes to a slave Teensy, only 32 go through, the rest 32 are > all 0s. Raising this value to an even greater number, like 128 (which is > something I would lik

[PD] [pii2c] won't send more than 32 bytes

2020-09-01 Thread Alexandros
The MAX_I2C_BUF_SIZE macro in pii2c.c is set to 64, but still when I try to send 64 bytes to a slave Teensy, only 32 go through, the rest 32 are all 0s. Raising this value to an even greater number, like 128 (which is something I would like to implement), gives similar results. The same behavior oc