-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
What is break_condition? #4
Comments
I also faced the same issue, break_condition is not defined, any suggestions? |
You can refer this code, it works. |
Thanks a lot for suggesting |
No. Sorry, I haven't studied this for a long time.
At 2019-04-24 18:14:56, "muhmaz3" <notifications@github.com> wrote:
Thanks a lot for suggesting
https://github.com/lubingxian/Realtime-processing-for-csitool
Do you have a moddified version which logs to file and server at the same time?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I can't find any definition of 'break_condition', and an error happened when run the code in MATLAB.
Can you help me?
while 1 < break_condition while(1) nBytes = get(TCPServer,'BytesAvailable'); if nBytes >= bufferLen % disp('read bytes ');disp(nBytes); break; end end i = i + 1;
The text was updated successfully, but these errors were encountered: