Changeset 112
- Timestamp:
- 12/11/07 03:54:14 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/follower/wiz810mj/src/demo/WizDemo4/WizDemo4.pde
r111 r112 253 253 /* 254 254 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. 256 261 257 262 */