Gareth Hancock

Results 117 comments of Gareth Hancock

Is there still demand for this feature? I'd be happy to try to code for this, however I don't have a usecase or sensible means to test it, so would...

@Emeryao absolutely no need to appologise! Excellent English, and not only great info, but images and diagrams too! I'm interested to take a look at the code and see how...

Hi @Emeryao, I've created a fork with some initial changes to achieve the parity change functionality at https://github.com/GazHank/node-serialport/tree/parity-change At the moment this is very limited so we can check if...

> We need to know if all platforms support changing this on the fly. It's not a usual thing to change. Get/set/update are a mishmash of apis. I'll have to...

A branch with draft changes for the unix platforms is available at https://github.com/GazHank/node-serialport/tree/parity-change-unix but I don't know when I will get chance to test this out on Linux, so it's...

@Emeryao would you be able to test if the windows code works for you? if you clone the [windows only branch](https://github.com/GazHank/node-serialport/tree/parity-change) into a folder alongside you project then you should...

@ficzusistvan and @NaveenChander are you also interested in this functionality on Windows, or do you have any need for this on other platforms? At the moment the Unix platforms (Linux...

@NaveenChander Do you have a situation where you need to change between odd, even and none on the fly? or do you require the ability to set parity to 'space'...

Thanks for the speedy response @NaveenChander I'll see if space and mark parity settings can be added to unix too. Would you be able to test on Linux / raspberry...

@NaveenChander I've updated the [unix fork](https://github.com/GazHank/node-serialport/tree/parity-change-unix) if you would like to test this? It includes space and mark functionality on supported systems (based on `#if defined(CMSPAR)`) you should be able...