Skip to content
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

Open
whlmpower opened this issue Nov 22, 2017 · 4 comments
Open

What is break_condition? #4

whlmpower opened this issue Nov 22, 2017 · 4 comments

Comments

@whlmpower
Copy link

whlmpower commented Nov 22, 2017

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;

@muhmaz3
Copy link

muhmaz3 commented Apr 23, 2019

I also faced the same issue, break_condition is not defined, any suggestions?

@whlmpower
Copy link
Author

I also faced the same issue, break_condition is not defined, any suggestions?

You can refer this code, it works.
https://github.com/lubingxian/Realtime-processing-for-csitool

@muhmaz3
Copy link

muhmaz3 commented Apr 24, 2019

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?

@whlmpower
Copy link
Author

whlmpower commented Apr 24, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants