serialport / website

The website for the serialport project
https://serialport.io/
MIT License
37 stars 33 forks source link

Add friendlyName to PortInfo interface <superseeded - will delete upon confirmation of alternative fix> #105

Open GazHank opened 1 year ago

GazHank commented 1 year ago

Update documentation per fix for https://github.com/serialport/node-serialport/issues/2600

Adds friendlyName (Windows specific property) to Port definition

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 20, 2023 8:37am
GazHank commented 1 year ago

I've proposed an alternative set of changes to cover this and allow for the fact that lowLatency is returned as False when getting port info on Mac and Win. This resulted in changes to bindings-interface, bindings-cpp, bindings-mock, and the website... I don't think it requires any changes to the node-serialport repository since we have allowed undefined. Please let me know if I've missed anything, or if you would like to suggest any additional changes

ps - while I added lowLatency to the Get PortInfo for all platforms, I've left the Set Port Options as it was (linux specific)