Skip to content

Commit

Permalink
buf buf buf
Browse files Browse the repository at this point in the history
  • Loading branch information
cho45 committed Sep 17, 2019
1 parent ade6b5b commit d8e378f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nanovna.js
Expand Up @@ -455,7 +455,7 @@ class NanoVNA_WebSerial extends NanoVNA_Base {
async open(port) {
await port.open({
baudrate: 115200,
buffersize: 8192,
buffersize: 262144,
/*
databits: 8,
parity: 0,
Expand Down Expand Up @@ -499,9 +499,6 @@ class NanoVNA_WebSerial extends NanoVNA_Base {
new Promise( resolve => transfer(resolve) ).catch( (e) => {
console.log('readerThread catch', e);
}),
new Promise( resolve => transfer(resolve) ).catch( (e) => {
console.log('readerThread catch', e);
}) ,
];
}

Expand Down

0 comments on commit d8e378f

Please sign in to comment.