Changeset 112 for branches

Show
Ignore:
Timestamp:
12/11/07 03:54:14 (13 months ago)
Author:
follower
Message:

Correct comment about 'read' blocking for data--it seems that 'recv' actually doesn't block after all.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/follower/wiz810mj/src/demo/WizDemo4/WizDemo4.pde

    r111 r112  
    253253  /* 
    254254 
    255      Note: This blocks until a byte is available. 
     255     Note: I thought 'recv' blocked until data was available, 
     256           but it currently seems not to block after all. 
     257           However, because I'm seeking to match the 'Serial.read' 
     258           behaviour we don't actually want to block anyway, 
     259           so we'll ignore it for the moment and handle things 
     260           ourself for now. 
    256261 
    257262   */