We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A clear and concise description of what the bug is.
sigslot::signal0<> readReady can not define static. When there are two classes, the previous one cannot receive data
当存在多个串口类时,只有最后一个可以正常接收数据。
Expected behavior A clear and concise description of what you expected to happen.
Each CSerialPort class has an independent sigslot::signal0<> readReady 每个串口类拥有独立的sigslot::signal0<> readReady
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
[fix] #24 sigslot can not define static
fb0aa5e
f28b8e7
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
sigslot::signal0<> readReady can not define static.
When there are two classes, the previous one cannot receive data
当存在多个串口类时,只有最后一个可以正常接收数据。
Expected behavior
A clear and concise description of what you expected to happen.
Each CSerialPort class has an independent sigslot::signal0<> readReady
每个串口类拥有独立的sigslot::signal0<> readReady
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: