Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

VSC 1.48.0-insiders vscode-arduino 0.3.1 serial port error #1067

Closed
ghost opened this issue Jul 10, 2020 · 3 comments
Closed

VSC 1.48.0-insiders vscode-arduino 0.3.1 serial port error #1067

ghost opened this issue Jul 10, 2020 · 3 comments
Labels

Comments

@ghost
Copy link

ghost commented Jul 10, 2020

This morning, I was prompted to update VSC from 1.47.0-insiders to 1.48.0-insiders. This has apparently broken the serial monitor access for the arduino extension. The error text is pasted below. I have reverted back to 1.47.0-insiders, that didn't resolve it. I updated to 1.48.0 and backed the extention down to 0.3.0, that didn't resolve it. I'm currently running 1.48.0 and 0.3.1 with the manual workaround of specifying the serial port in the json files.

Failed to open serial port COM8 due to error: + Error: \?\c:\Users\blahblah\.vscode-insiders\extensions\vsciot-vscode.vscode-arduino-0.3.1\out\node_modules\usb-detection\build\Release\detection.node is not a valid Win32 application.
\?\c:\Users\blahblah\.vscode-insiders\extensions\vsciot-vscode.vscode-arduino-0.3.1\out\node_modules\usb-detection\build\Release\detection.node

This was last functioning yesterday, prior to the VSC update. I'll be happy to collect any data or test updates...

@hellyzh
Copy link
Contributor

hellyzh commented Jul 13, 2020

Serial port module is built based on electron 7.x. VSC 1.48.0-insiders updated to electron 8.x which cause serial port not work.

@ghost
Copy link
Author

ghost commented Jul 13, 2020

Alright, I'll watch for an update built on 8.

Thank you...

@manos-msdn
Copy link

I confirm this issue with the latest vs code, managed to workaround this by downgrading to 1.47.3 following the instructions here: https://stackoverflow.com/questions/49346733/how-to-downgrade-vscode (remember to disable auto update first)

@ghost ghost closed this as completed Oct 22, 2020
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants