Changeset 25 for trunk


Ignore:
Timestamp:
04/08/10 16:42:06 (14 years ago)
Author:
pinwc4
Message:

Added read command, still need logic to parse the packet that is returned

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/ICSSerialPort.rbbas

    r21 r25  
    166166                Sub readCar() 
    167167                  //Read values from the currently attached car 
     168                  dim sendstring as string 
    168169                   
    169170                  mode = "read" 
     171                   
     172                  sendstring = chrb(&hC5) 
     173                   
     174                  me.Write(sendstring) 
    170175                End Sub 
    171176        #tag EndMethod 
     
    546551 
    547552        #tag Property, Flags = &h0 
    548                 mode As String = "read" 
     553                mode As String = "none" 
    549554        #tag EndProperty 
    550555 
Note: See TracChangeset for help on using the changeset viewer.