Changeset 146


Ignore:
Timestamp:
09/20/2008 12:39:55 PM (5 years ago)
Author:
kascade
Message:

add j2534 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/romraider/io/j2534/api/TestJ2534.java

    r145 r146  
    77import static com.romraider.io.j2534.op20.OpenPort20.FLAG_ISO9141_NO_CHECKSUM; 
    88import static com.romraider.io.j2534.op20.OpenPort20.PROTOCOL_ISO9141; 
    9 import com.romraider.util.HexUtil; 
     9import static com.romraider.util.HexUtil.asHex; 
    1010 
    1111public final class TestJ2534 { 
     
    3131                    byte[] response = api.readMsg(channelId); 
    3232 
    33                     System.out.println("Request  = " + HexUtil.asHex(ecuInit)); 
    34                     System.out.println("Response = " + HexUtil.asHex(response)); 
     33                    System.out.println("Request  = " + asHex(ecuInit)); 
     34                    System.out.println("Response = " + asHex(response)); 
    3535 
    3636                } finally { 
Note: See TracChangeset for help on using the changeset viewer.