j123b567 / scpi-parser

Open Source SCPI device library
BSD 2-Clause "Simplified" License
460 stars 194 forks source link

Does this project support mutithread application? #160

Open YongningW opened 3 weeks ago

YongningW commented 3 weeks ago

well, i would like to use this scpi-parser in a mutithread application, is there any guides? thanks.

j123b567 commented 3 weeks ago

Library is not thread safe. See #69

YongningW commented 1 week ago

I have another question, how to improve the parsing time of commands on embedded devices (such as STM32 devices). I tested that it takes about 1ms to parse a double type of data, any suggestions for improvement, thank you very much

YongningW commented 1 week ago

@j123b567