Launch CRP123 Launch CReader Professional 123 New Generation $145 Sale On Cnautotool.com
2013 is the different year for launch company because they produced a series of newdiagnostic tools and code readers this year such as Lauch X-431 IV, X-431 Diagun III, X-431 GDS, X-431 PAD, Creader VII, Launch CReader Professional 123 etc. Now cnautotool would like to highly recommend? the latest new generation code reader---Launch CRP123 Launch CReader Professional 123. It's with 3.5'' TFT color display, which looks cool and fashionable. Graph, Record, Replay data and troubleshooter code tips help users to save diagnosis and repair time. It can suppports 31 modes of vehicles and update via internet and print data via PC.
Notice: Launch CRP123 on Cnautotool.com can be updated online in anywhere.
Launch 123 Creader CRP123 Diagnostic Scanner
Item ID: F200
Sale Price: US$145.00
Buy it now: http://www.cnautotool.com/goods-3227-Original+Launch+CReader+Professional+CRP123.html
-------------------------------
Original Launch CRP123 Launch CReader Professional 123 is a new generation of core diagnostic product for professional and individual users released by LAUNCH, a DIY diagnostic product whose development is based on DPU platform composed of chip DP431 and JV700 as core components which are independently developed and designed by LAUNCH. The main functions do not only include OBD / EOBD standard protocol diagnosis, but also cover professional diagnostic software for multiple models which can perform comprehensive diagnosis on four main ECU's (ENG\ABS\SRS\AT) of vehicle.
Original Launch CRP123 Launch CReader Professional 123 has many great features. It's with 3.5'' TFT color display, Higher resolution, sharper colors. It can work on All 1996 and nwer vehicles(OBD II & CAN).Retrieves generic(PS, P2, P3 and U0), manufacturer specific(P1, P3 and U1) codes, and pending codes. Displays monitor and I/M readiness status. Displays live O2 sensor test data. Displays DTC definitions on the 320*480 TFT color screen. Easily determines the cause of the Check Engine Light. Retrieves vehicle information(VIN, CIN and CVN). Enhanced OBD II Mode 6. Views freeze frame data. Reads live PCM data stream. It supports large extension memory card and with multilingual manus, DTC definitions-English, Spanish and French, etc. Hope this Launch CRP123 new generation will become your best assistant.
Original Launch CReader Professional CRP123 Auto Code Reader
CReader Professional CRP123 is a new generation of core diagnostic product for professional and individual users released by LAUNCH, a DIY diagnostic product whose development is based on DPU platform composed of chip DP431 and JV700 as core components which are independently developed and designed by LAUNCH. The main functions do not only include OBD / EOBD standard protocol diagnosis, but also cover professional diagnostic software for multiple models which can perform comprehensive diagnosis on four main ECU's (ENG\ABS\SRS\AT) of vehicle.
CReader Professional CRP123 Advantage
Work on all 1996 and newer vehicles (OBDII & CAN) - domestic and import
Views freeze frame data
retrieves vehicle information(VIN, CIN and CVN)
Internet updateable and upgradeable
Prints data via PC
Fashionable, easy to use
CReader Professional CRP123 Feature
· OBD full diagnostic functions
· Multiple models (covers ten main stream models in Asia, America, etc.)
· Four basic systems(ENG、TCM、ABS、SRS)
· Basic diagnostic functions, including reading DTCs, clearing DTCs and reading data streams
· Rubber buttons/3.5" 320*480 lattice high-definition color LCD screen/ Large-capacity memory of 1G TF Card
· Supports DLC location hints/ DTC help/ Data stream display in waveform/ Historical data record and playback
· Supports Buzzer alarm/ Clock and calendar/ Fast upgrading
CReader Professional CRP123 Specification
· Screen:3.5”, 320*480 TFT LCD true color display
· Input voltage:9-18V
· Connection:standard 16 PIN OBD diagnostic interface
· Working temperature:0-50°C
· Storage ambient temperature:-20 to 70°C
· Dimension:136*73*22(mm)
· Weight:<350g
CReader Professional CRP123 Vehicle List
1 USAFORD
2 GM
3 CHRYSLER
4 SUZUKI
5 BENZ
6 BMW
7 VW
8 HONDA
9 MITSUBISHI
10 NISSAN
11 TOYOTA
12 OPEL
13 MAZDA
14 VOLVO
15 FIAT
16 HYUNDAI
17 KIA
18 SUBARU
19 LANDROVER
20 PORSCHE
21 SEAT
22 SKODA
23 AUDI
24 SAAB
25 SMART
26 SPRINTER
27 JAGUAR
28 INFINITI
29 LEXUS
30 ACURA
31 JPISUZU
Launch CReader Professional CRP123
|
User Comment(Total7User Comment Num)
Anonymous user( Apr 21,2013 )
Administrator
Hi, dear friends, thank you for you best feedback! hope do more business with you. If any question , pls feel free contact me. thank you. my e-mial: [email protected]
Anonymous user( Apr 21,2013 )
Good communication - product as described!
Administrator
hi,dear Thanks for your order,you are good buyers,very happy bussinze with you.
Anonymous user( Apr 21,2013 )
Great product great delivery!
Administrator
Thanks for your best feedback. Hope to do more businsses with you.
Anonymous user( Apr 21,2013 )
Administrator
Thanks!any questions,pls feel free to contact me. my email: [email protected] regards!
Anonymous user( Apr 21,2013 )
Administrator
Hi, dear friends, thank you for you best feedback! hope do more business with you. If any question , pls feel free contact me. thank you. my e-mail: [email protected]
<![CDATA[// <![CDATA[ // <![CDATA[ var cmt_empty_username = "Please enter username."; var cmt_empty_email = "Please enter email address."; var cmt_error_email = "Please enter a valid email address."; var cmt_empty_content = "Please enter content."; var captcha_not_null = "Please enter verification code!"; var cmt_invalid_comments = "Invalid commentary contents!"; /** * 提交评论信息 */ function submitComment(frm) { var cmt = new Object; //cmt.username = frm.elements['username'].value; cmt.email = frm.elements['email'].value; cmt.content = frm.elements['content'].value; cmt.type = frm.elements['cmt_type'].value; cmt.id = frm.elements['id'].value; cmt.enabled_captcha = frm.elements['enabled_captcha'] ? frm.elements['enabled_captcha'].value : '0'; cmt.captcha = frm.elements['captcha'] ? frm.elements['captcha'].value : ''; cmt.rank = 0; for (i = 0; i < frm.elements['comment_rank'].length; i++) { if (frm.elements['comment_rank'][i].checked) { cmt.rank = frm.elements['comment_rank'][i].value; } } // if (cmt.username.length == 0) // { // alert(cmt_empty_username); // return false; // } if (cmt.email.length > 0) { if (!(Utils.isEmail(cmt.email))) { alert(cmt_error_email); return false; } } else { alert(cmt_empty_email); return false; } if (cmt.content.length == 0) { alert(cmt_empty_content); return false; } if (cmt.enabled_captcha > 0 && cmt.captcha.length == 0 ) { alert(captcha_not_null); return false; } Ajax.call('comment.php', 'cmt=' + cmt.toJSONString(), commentResponse, 'POST', 'JSON'); return false; } /** * 处理提交评论的反馈信息 */ function commentResponse(result) { if (result.message) { alert(result.message); } if (result.error == 0) { var layer = document.getElementById('ECS_COMMENT'); if (layer) { layer.innerHTML = result.content; } } } // ]]]]]]><![CDATA[><![CDATA[> // ]]]]><![CDATA[>]]>
Launch CRP123 Launch CReader Professional 123 New ...
Launch Creader CRP123 Diagnostic Scanner with Best...
Newest wholesale Original Launch CRP123 Code Reade...
Original Launch CReader Professional CRP123 Update...
<![CDATA[// <![CDATA[ // <![CDATA[ reg("com"); // ]]]]]]><![CDATA[><![CDATA[> // ]]]]><![CDATA[>]]>
Launch CRP123 Launch CReader Professional 123 New Generation $145 Sale On Cnautotool.com Advantage
Work on all 1996 and newer vehicles (OBDII & CAN) - domestic and import
Views freeze frame data
retrieves vehicle information(VIN, CIN and CVN)
Internet updateable and upgradeable
Prints data via PC
Fashionable, easy to use
Launch CRP123 Launch CReader Professional 123 New Generation $145 Sale On Cnautotool.com Feature
· OBD full diagnostic functions
· Multiple models (covers ten main stream models in Asia, America, etc.)
· Four basic systems(ENG、TCM、ABS、SRS)
· Basic diagnostic functions, including reading DTCs, clearing DTCs and reading data streams
· Rubber buttons/3.5" 320*480 lattice high-definition color LCD screen/ Large-capacity memory of 1G TF Card
· Supports DLC location hints/ DTC help/ Data stream display in waveform/ Historical data record and playback
· Supports Buzzer alarm/ Clock and calendar/ Fast upgrading
Launch CRP123 Launch CReader Professional 123 New Generation $145 Sale On Cnautotool.com Specification
· Screen:3.5”, 320*480 TFT LCD true color display
· Input voltage:9-18V
· Connection:standard 16 PIN OBD diagnostic interface
· Working temperature:0-50°C
· Storage ambient temperature:-20 to 70°C
· Dimension:136*73*22(mm)
· Weight:<350g
Launch CRP123 Launch CReader Professional 123 New Generation $145 Sale On Cnautotool.com Vehicle List
1 USAFORD
2 GM
3 CHRYSLER
4 SUZUKI
5 BENZ
6 BMW
7 VW
8 HONDA
9 MITSUBISHI
10 NISSAN
11 TOYOTA
12 OPEL
13 MAZDA
14 VOLVO
15 FIAT
16 HYUNDAI
17 KIA
18 SUBARU
19 LANDROVER
20 PORSCHE
21 SEAT
22 SKODA
23 AUDI
24 SAAB
25 SMART
26 SPRINTER
27 JAGUAR
28 INFINITI
29 LEXUS
30 ACURA
31 JPISUZU