CSerialPort icon indicating copy to clipboard operation
CSerialPort copied to clipboard

requests and suggestions 需求及建议

Open itas109 opened this issue 5 years ago • 1 comments

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]

itas109 avatar Sep 06 '20 04:09 itas109

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]

fisyamaloy avatar May 20 '25 20:05 fisyamaloy