MCPcopy Create free account
hub / github.com/curiores/SerialAnalyzer / SetSerialButton

Function SetSerialButton

src/Components/SerialSelect.tsx:124–130  ·  view source on GitHub ↗
({ handleClickOpen })

Source from the content-addressed store, hash-verified

122}
123
124function SetSerialButton({ handleClickOpen }) {
125 return (
126 <Button variant="outlined" onClick={handleClickOpen} size="medium">
127 Select Serial Port
128 </Button>
129 )
130}
131
132function showSerialPorts() {
133 // Updates the ports once the SerialPort library returns

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected