parent
df5e45d7d3
commit
ae40cadf75
@ -33,6 +33,10 @@ namespace pxsim.serial {
|
|||||||
board().writeSerial(s);
|
board().writeSerial(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function writeBuffer(buf: RefBuffer) {
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
export function readUntil(del: string): string {
|
export function readUntil(del: string): string {
|
||||||
return readString();
|
return readString();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user