Francis Gulotta

Results 333 comments of Francis Gulotta

We sort of support the lowest common denominator when it comes to port listing. Since we have a few subsystems for serialports (not every kind of adaptor will show under...

What does symlinks provide? Why do you need them? I'm hesitant to add this since it's linux only.

That's awesome. I think an option for list when on linux to choose how we return the results is a good way to handle this. Maybe call it source? ```js...

I'm prepping for a major release so breaking changes are welcome. Sounds like `by-id` is the most useful?

I think it's reasonable to believe you're going to get a single object per device, but I'm for options. Can you give me the output of `udevadm info -e` with...

A local Proxmox host I assume? I’ll start with these.

Please take a look at #1871 I decided to only use the by-id path without options. I can't imagine when we'd need the normal path, serialport will always be able...

I haven't had time to work on it, but I'll accept a patch for it. On Thu, Sep 13, 2018, 10:15 AM shivam kumar wrote: > Can have we this...

Each binding is responsible for a number of actions. I apologize it looks like the docs don't currently include bindings. Binding locations here here - https://github.com/node-serialport/node-serialport/blob/master/packages/bindings/lib/linux.js#L17-L19 - https://github.com/node-serialport/node-serialport/blob/master/packages/bindings/lib/darwin.js#L17-L19 - https://github.com/node-serialport/node-serialport/blob/master/packages/bindings/lib/win32.js#L10-L23...

Maybe enable the feature during open and don’t mess with it if it’s disabled. On Wed, Sep 15, 2021 at 1:09 PM Gareth Hancock ***@***.***> wrote: > Thanks @tcbennun ,...