Serial.write( buf, len) isn't there.
i'm trying use serial.write( buf, len ) call , following error:
no matching function call "hardwareserial::write( byte&, len )".
i'm using arduino version 0018.
i've looked in code , can't find appropriate call. i see added in verion 0016. was somehow taken out 0018?
is there can use instead?
no matching function call "hardwareserial::write( byte&, len )".
i'm using arduino version 0018.
i've looked in code , can't find appropriate call. i see added in verion 0016. was somehow taken out 0018?
is there can use instead?
was there ever "write (buf, len)" method in hardwareserial?
[edit]oops, no, it's in print class.[/edit]
[edit]oops, no, it's in print class.[/edit]
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Serial.write( buf, len) isn't there.
arduino
Comments
Post a Comment