ArduinoExamples
ArduinoExamples copied to clipboard
Various Arduino examples
Results
2
ArduinoExamples issues
Sort by
recently updated
recently updated
newest added
Hi Renaun, I was using your example to learn interfacing Chrome extensions to Arduino sketches and made a bunch of changes to update the extension to work with the latest...
The com ports are simply named "com1", "com2" and so on on windows. So this will not work. ``` javascript var eligiblePorts = ports.filter(function(port) { return !port.match(/[Bb]luetooth/) && port.match(/\/dev\/tty/); });...