| | ||||||
FAQs | Troubleshoot - Need help? Ask questions here.
![]() |
| | Tweet | LinkBack | Thread Tools |
| | #1 |
| A Wimpy DIYer Join Date: Mar 2009 Location: USA
Posts: 2,151
My Car: 2009 Prius Model: N/A Package: #2 Thanks: 678
Thanked 315 Times in 227 Posts
Friends: 22 | FAQs | Troubleshoot - Need help? Ask questions here. (Visit the main thread and project home page if you haven't.)
Last edited by 2009Prius; 12-22-2011 at 04:02 PM. Reason: add info |
| | |
| | #2 |
| HSD PhD Join Date: Sep 2004 Location: Queens, NY
Posts: 9,648
My Car: 2006 Prius Model: Package: #3 Thanks: 1,273
Thanked 1,266 Times in 848 Posts
Friends: 82 | I installed Cygwin with the components specified. When I started the Xwin Server, nothing appears, no error. I can run Cygwin Bash Shell. Any idea why the Xwin Server didn't run for me? I have Windows XP. Last edited by usbseawolf2000; 06-27-2011 at 10:38 AM. |
| | |
| | #3 | |
| A Wimpy DIYer Join Date: Mar 2009 Location: USA
Posts: 2,151
My Car: 2009 Prius Model: N/A Package: #2 Thanks: 678
Thanked 315 Times in 227 Posts
Friends: 22 | That's strange. I have an XP laptop and it runs OK. Usually it will open up an X-window on the desktop and also start a tray icon in the lower right corner of the task bar where the clock is (I forgot the official name of that area). Sometimes it does not open up the X-window, but the tray icon has always been showing up for me. In that case I could right click the tray icon - Applications - xterm to open an X-window or I could right click the tray icon - Exit... to quit and restart the whole thing from the Start menu. First, make sure the cygwin has been installed with the components listed here or here. The setup program will select additional dependent components. Keep those selected as well. Could you take a look
For XP you could also download and install "Process Explorer" from Microsoft (part of "power toys") which may give more system diagnostic info. Update: I googled and found some possible solutions: Cygwin/X Frequently Asked Questions Quote:
Last edited by 2009Prius; 06-27-2011 at 02:20 PM. Reason: add info | |
| | |
| | #4 |
| wretched Join Date: Jul 2009 Location: Alaska
Posts: 5,603
My Car: 2010 Prius Model: II Package: Base Thanks: 952
Thanked 801 Times in 644 Posts
Friends: 24 | I assume but thought I would check that program would be compatible with the GenIII.? |
| | |
| | #5 |
| A Wimpy DIYer Join Date: Mar 2009 Location: USA
Posts: 2,151
My Car: 2009 Prius Model: N/A Package: #2 Thanks: 678
Thanked 315 Times in 227 Posts
Friends: 22 | Sorry the software is written for gen 2 so if you run it with gen 3 then all of the "interesting" gauges such as HV current and inverter temps won't work - only standard "uninteresting" OBD queries would and there are very few of them implemented. Toyota has changed the CAN messaging between gen 2 and gen 3, plus I have no access to gen 3 car, so I won't be able to help, at least not in the near future. Hopefully someone with the time and knowledge will modify the code and make a version for gen 3. Last edited by 2009Prius; 06-27-2011 at 11:27 AM. |
| | |
| | #6 |
| HSD PhD Join Date: Sep 2004 Location: Queens, NY
Posts: 9,648
My Car: 2006 Prius Model: Package: #3 Thanks: 1,273
Thanked 1,266 Times in 848 Posts
Friends: 82 | Ok, I got it to run. Initially, I did not include the Default selections because I thought I only need to install the components you listed. I re-installed it by keeping the Default selections and included additional components. That did it. |
| | |
| | #7 |
| HSD PhD Join Date: Sep 2004 Location: Queens, NY
Posts: 9,648
My Car: 2006 Prius Model: Package: #3 Thanks: 1,273
Thanked 1,266 Times in 848 Posts
Friends: 82 | I hit the GO button and the program started. The clock started to tick but no information was populated (other than MPG showing 999.99). After awhile, the program stopped with "Segmentation fault (core dumped)" message in xterm. This is the content in the priidash.exe.stackdump file: PHP Code: Maybe OBDLink SX does not function exactly the same as the original OBDLink?I have confirmed my OBDLink SX works by using the supplied OBDWiz software. Last edited by usbseawolf2000; 06-27-2011 at 01:57 PM. |
| | |
| | #8 |
| A Wimpy DIYer Join Date: Mar 2009 Location: USA
Posts: 2,151
My Car: 2009 Prius Model: N/A Package: #2 Thanks: 678
Thanked 315 Times in 227 Posts
Friends: 22 | Was there any other error message showing in the X window where PriiDash was running from? If so please post. Did you set up the port number, directories and files as outlined here or here? Could you zip and attach the log file "f:\OBDLog\logyyyymmdd_hhmmss.txt" which should have been generated? It's also a good idea to use a cmd.exe window to do a "chkdsk f:" after a segmentation fault. Just to be safe. Last edited by 2009Prius; 06-27-2011 at 02:25 PM. |
| | |
| | #9 |
| HSD PhD Join Date: Sep 2004 Location: Queens, NY
Posts: 9,648
My Car: 2006 Prius Model: Package: #3 Thanks: 1,273
Thanked 1,266 Times in 848 Posts
Friends: 82 | Yup, I made it COM7, created ODO.txt and the OBDLog folder was created on my F drive. I am attaching two .txt files. The bigger one was the one that caused the segmentation fault. In the instruction, you said "Connect the hardware and set the baud rate to 2M bps." Where do I do that? The property of the com port advanced setting only goes up to just under 1 Mbps. BTW, windows chkdsk found no issue with my F:. Last edited by usbseawolf2000; 06-27-2011 at 02:37 PM. |
| | |
| | #10 | |||
| A Wimpy DIYer Join Date: Mar 2009 Location: USA
Posts: 2,151
My Car: 2009 Prius Model: N/A Package: #2 Thanks: 678
Thanked 315 Times in 227 Posts
Friends: 22 | Yes if the baud rate is not right then the program can not communicate with the OBD device as is in your case (shown in the log files). To set the baud rate: Use any terminal program to connect to the virtual serial port. For example I use "STN term" which can be downloaded from here. Talk to the OBD device using its current baud rate. To set the baud rate to 2M bps, issue the following commands and make sure each one comes back with an "OK": Quote:
Quote:
Quote:
Hope this helps. Last edited by 2009Prius; 06-27-2011 at 06:16 PM. | |||
| | |
![]() |
| Tags |
| dash, instrument panel, logger, obd, priidash |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where to find Prius vs Normal Car Info/FAQS? | web1b | Gen III 2010+ Prius Main Forum | 16 | 08-17-2010 09:38 PM |
| Troubleshoot a HID headlight | thuston | Gen II Prius Technical Discussion | 22 | 11-28-2009 03:03 AM |
| check engine light is on - troubleshoot? | Rayt | Generation 1 Prius Discussion | 7 | 10-09-2008 11:50 AM |
| How can I troubleshoot a drain in the 12v system? | paulccullen | Gen II Prius Care, Maintenance and Troubleshooting | 8 | 03-26-2008 10:24 PM |
| Hybrid FAQs | Tideland Prius | Prius, Hybrid, EV and Alt-Fuel News | 6 | 09-20-2006 10:44 PM |
| Bookmarks |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| |










Maybe OBDLink SX does not function exactly the same as the original OBDLink?





