imlinhanchao / vsc-serialport-helper

VSCode Serial Port Extension. You can connect any serial port used to read / write data.
https://marketplace.visualstudio.com/items?itemName=hancel.serialport-helper
MIT License
31 stars 7 forks source link

vscode1.59 报错 #3

Closed bjwanghao closed 2 years ago

bjwanghao commented 3 years ago

command ' serialport. refreshEntry' not found 找不到串口

imlinhanchao commented 3 years ago

做了什么报这个错?

bjwanghao commented 3 years ago

vscode 升级到最新版本 会报错 1.58不会报错

imlinhanchao commented 3 years ago

看起来是vscode更新electron版本导致的。我想想看咋搞。

DW-CN commented 3 years ago

yes, I encountered the exactly same issue after I upgraded it to v1.59 this morning, thanks for help!

bjwanghao commented 3 years ago

新版本是否会添加超级终端模式

imlinhanchao commented 3 years ago

超级终端模式是什麽?

bjwanghao commented 3 years ago

PuTTY终端串口

imlinhanchao commented 3 years ago

是指要可以自己輸入串口號嗎?

VSCode 1.59.0 已經加入支援了。目前只有 Windows. Mac / Linux 還不行。

bjwanghao commented 3 years ago

谢谢,可以使用了。终端串口 可以参考https://github.com/makerdiary/terminal-s

imlinhanchao commented 3 years ago

谢谢,可以使用了。终端串口 可以参考https://github.com/makerdiary/terminal-s

你的這個我不是很理解,是要做成什麽形式?這個看起來是一個終端工具。

imlinhanchao commented 3 years ago

yes, I encountered the exactly same issue after I upgraded it to v1.59 this morning, thanks for help!

@DW-CN The Issue was fixed. But only support windows now. I will update to support mac and linux soon.

DW-CN commented 3 years ago

yes, I encountered the exactly same issue after I upgraded it to v1.59 this morning, thanks for help!

@DW-CN The Issue was fixed. But only support windows now. I will update to support mac and linux soon.

Sound good, thanks and waiting....

imlinhanchao commented 3 years ago

@DW-CN It's fixed on mac os now.The Linux maybe fixed in weekend.

DigitalRogues commented 3 years ago

I'm seeing a similar issue on VS Code 1.60.2 on MacOS.

mcusuperuser commented 3 years ago

I have the same issue on Mac OS running on a MacBook Air with Apple silicon (M1). I am using VS Code 1.61.0. On a Windows 10 machine, it works with the same VS Code version. On Mac, I can access the serial port with FLTerm without problems.

imlinhanchao commented 3 years ago

@mcusuperuser It's not support in M1.

imlinhanchao commented 3 years ago

@DigitalRogues Is your CPU M1?

mcusuperuser commented 3 years ago

@mcusuperuser It's not support in M1.

Ok, understood, thanks!

bart-jansen commented 3 years ago

any plans on supporting M1? Looks like the dependency added support for it: https://github.com/VSChina/serialport.node/pull/35

imlinhanchao commented 3 years ago

@bart-jansen I need to rebuild the node module in M1. but I haven't device.

thebino commented 2 years ago

@imlinhanchao Can someone with an M1 device support here? Shouldn't it be possible to cross-compile for M1 as well?

imlinhanchao commented 2 years ago

@thebino @bart-jansen @mcusuperuser It's support M1 now. Please update to 0.0.13.

thebino commented 2 years ago

Thanks a lot, its working. I think this issue can be closed.

mcusuperuser commented 2 years ago

Yes, works like a charm! Thanks for fixing.