Changeset 279 for trunk/tools/cc3_image_viewer/Form1.vb
- Timestamp:
- 12/30/06 14:29:01 (4 years ago)
- Files:
-
- 1 modified
-
trunk/tools/cc3_image_viewer/Form1.vb (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/cc3_image_viewer/Form1.vb
r244 r279 3 3 Public jpeg_grab As Byte 4 4 Public myStr As String 5 5 6 6 7 7 8 … … 12 13 ByVal e As System.EventArgs) _ 13 14 Handles MyBase.Load 15 14 16 15 17 For i As Integer = 0 To _ … … 77 79 Dim buf() As Byte 78 80 81 79 82 jpeg_grab = 1 80 83 serialPort.DiscardInBuffer()
