requests and suggestions 需求及建议
Thank you to use CSerialPort library, Please leave your requests and suggestions
example
request:need comm monitor hook
use:use to monitor comm
suggestion:add serial port destription, such as COM1 Prolific USB-to-Serial Comm Port
Contact: [email protected]
感谢您使用CSerialPort库,请留下您的需求及建议
例如
需求:需要串口侦听功能
用途:用于从软件层面进行串口侦听
建议:建议增加串口描述功能,如COM1 Prolific USB-to-Serial Comm Port
联系方式: [email protected]
request: need to update cserialport-config.cmake for interaction with vcpkg use: modern style target_link_libraries(${PROJECT_NAME} PRIVATE cserialport::cserialport) instead of target_include_directories(${PROJECT_NAME} PRIVATE ${CSerialPort_INCLUDE_DIR}) and target_link_libraries(${PROJECT_NAME} PRIVATE ${CSerialPort_LIBRARY}) suggestion: change cserialport-config.cmake; add support for exporting targets to the CMakeLists.txt of the library itself; Create a template cmake/cserialportConfig.cmake.in like this: include("${CMAKE_CURRENT_LIST_DIR}/cserialportTargets.cmake") contact: [email protected]