~ubuntu-branches/ubuntu/trusty/psychtoolbox-3/trusty-proposed

« back to all changes in this revision

Viewing changes to Psychtoolbox/PsychDemos/DatarecordingFromSerialPortDemo.m

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2013-11-19 23:34:50 UTC
  • mfrom: (3.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20131119233450-f7nf92vb8qavjmk8
Tags: 3.0.11.20131017.dfsg1-3
Upload to unsable since fresh glew has arrived to sid!

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
    [pktdata, treceived] = IOPort('Read', myport, 0, maxReadQuantum);
214
214
    
215
215
    % Empty data packet?
216
 
    if isempty(pktdata) | ~any(pktdata) %#ok<OR2>
 
216
    if isempty(pktdata) || ~any(pktdata)
217
217
        % All zeroes or an empty packet. We stop here.
218
218
        fprintf('Empty packet received (all zeros) --> END OF DATA FETCH\n');
219
219
        % Break out of loop: