File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,13 +127,7 @@ response:Close()
127127
128128## 已知问题与待添加的功能(请大家反馈,谢谢!)
129129
130- - [ ] bug:某些条件下(比如Air720重启),COM口消失后不会被释放,导致无法再次开启该COM口,只能重启软件([ .net 框架的bug,微软的人在看了] ( https://github.com/dotnet/corefx/issues/39464 ) )
131-
132- ## 常见问题
133-
134- ### 升级的时候要替换哪几个文件?
135-
136- 点升级就行了,一键升级
130+ - [x] ~~ bug:某些条件下(比如Air720重启),COM口消失后不会被释放,导致无法再次开启该COM口,只能重启软件([ .net 框架的bug,微软的人在看了] ( https://github.com/dotnet/corefx/issues/39464 ) )~~ (已解决 #2f26e68)
137131
138132## 开源
139133
@@ -163,4 +157,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
163157<!-- prettier-ignore-end -->
164158<!-- ALL-CONTRIBUTORS-LIST:END -->
165159
166- This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
160+ This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
Original file line number Diff line number Diff line change @@ -124,5 +124,5 @@ you can [click here](https://github.com/chenxuuu/llcom/blob/master/LuaApi.md)
124124
125125## Known bugs and functions to be added
126126
127- - [ ] bug: SerialPort The Requested Resource is in Use([ .net's bug] ( https://github.com/dotnet/corefx/issues/39464 ) )
127+ - [x] ~~ bug: SerialPort The Requested Resource is in Use([ .net's bug] ( https://github.com/dotnet/corefx/issues/39464 ) ) ~~ (fixed #2f26e68 )
128128
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<item >
3- <version >1.0.2.9 </version >
4- <url >https://llcom.papapoi.com/update/1.0.2.9 .zip</url >
5- <changelog >https://llcom.papapoi.com/changelog/1.0.2.9 .html</changelog >
3+ <version >1.0.3.0 </version >
4+ <url >https://llcom.papapoi.com/update/1.0.3.0 .zip</url >
5+ <changelog >https://llcom.papapoi.com/changelog/1.0.3.0 .html</changelog >
66 <mandatory mode =" 1" >true</mandatory >
77</item >
Original file line number Diff line number Diff line change 88
99> 欢迎加入交流群:`906307487`
1010
11+ ## LLCOM 1.0.3.0
12+
13+ - 更正当打开某些设备(如某些4G模块)的串口,断开后不会被释放,导致无法再次开启该COM口,只能重启软件的BUG
14+
15+ ---
16+
1117## LLCOM 1.0.2.9
1218
1319- 更正当打开COM口编号识别错误的问题
Original file line number Diff line number Diff line change 5151//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
5252//通过使用 "*",如下所示:
5353// [assembly: AssemblyVersion("1.0.*")]
54- [ assembly: AssemblyVersion ( "1.0.2.9 " ) ]
55- [ assembly: AssemblyFileVersion ( "1.0.2.9 " ) ]
54+ [ assembly: AssemblyVersion ( "1.0.3.0 " ) ]
55+ [ assembly: AssemblyFileVersion ( "1.0.3.0 " ) ]
5656[ assembly: NeutralResourcesLanguage ( "zh-CN" ) ]
5757
You can’t perform that action at this time.
0 commit comments