Problems with BytesAvailableFcn in App designer
    5 views (last 30 days)
  
       Show older comments
    
    Guillermo Cid Espinosa
 on 30 Nov 2017
  
    
    
    
    
    Commented: wu xianhua
 on 16 Nov 2020
            I write in this forum to see if someone could help me solve the problem I have with the BytesAvailableFn function. I am developing an interface using the matlab app designer but when I run the code the program does not access the read function (I have put a debug to check it) and I do not understand where the error may be. The problem is that this code works in Guide but in App designer it does not. Thank you very much I hope for your help. I enclose a fragment of the code:
            app.t_waveforms.BytesAvailableFcnMode = 'byte';
            app.t_waveforms.BytesAvailableFcnCount = app.buffer + 8;
            set (app.t_waveforms.BytesAvailableFcn, @read);
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
				Find more on Develop Apps Using App Designer in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

