You are reading a single comment by @Raik and its replies. Click here to read the full conversation.
  • At L9a console.log( "buf: " + this.buffer ) What is the result?

    console.log( "buf: " + this.buffer );
    buf: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,­0,0,0,0,0,0....
    
    console.log( "buf-length: " + this.buffer.length );
    buf-length: 5808
    

    I also tried initializing it as Uint16, same result.

    Looking at L26 L27 L30 L31, are CS and DS backwards?

    I tried switching hard- and software-wise, with negative result.

About

Avatar for Raik @Raik started