Mitsulogger v1.5 Alpha featuring Wideband Support!!
^^Me too. I have it downloaded and I have the winrar to extract it. I can extract it and it works. But as soon as I close it I have to extracted it again and so on. If I try to move the shortcut to the desktop (mitsulogger) I get an error when I try to open it
You have to extract it somewhere... Like a directory where you'll remember where it is.
Otherwise every time you open it with winrar, you'll lose the temporary directory it creates.
Otherwise every time you open it with winrar, you'll lose the temporary directory it creates.
MJ,
Thanks for the tips, I checked everything and I am def. not running anything preventing my laptop from doing anything.
What I noticed is you have to hit the EXIT button on the bottom of the screen instead of through the top of the window. You must have your code in that button to save all the settings.
What are you programming in? VB .NET? C#?
I am a CS / IT major and program and fix computers for a living. Is there anything I can do to help right now? If not just let me know whenever....
~Zach
Thanks for the tips, I checked everything and I am def. not running anything preventing my laptop from doing anything.
What I noticed is you have to hit the EXIT button on the bottom of the screen instead of through the top of the window. You must have your code in that button to save all the settings.
What are you programming in? VB .NET? C#?
I am a CS / IT major and program and fix computers for a living. Is there anything I can do to help right now? If not just let me know whenever....
~Zach
Ok I guess I am a little computer illiterate. Directory meaning like my documents? Or somewhere different?
well, i was unable to get it to work. when i select the zt2 wideband, the new wideband window pops up, and wont allow me to connect. i am sure i selected the right com port and verified the zt2 is working properly through the zeitronix software. i am using a usb to connect the ecu flash cable and a serial port for the zt2.
any suggestions?
any suggestions?
After seeing what the logs look like, it should be fairly easy to add support for it, and I'll try to add it into the next release. I can't guarantee it will work until someone gets a chance to test it. But It should be a no-brainer. It looks to be one of the easiest of all the widebands to add support.
well, i was unable to get it to work. when i select the zt2 wideband, the new wideband window pops up, and wont allow me to connect. i am sure i selected the right com port and verified the zt2 is working properly through the zeitronix software. i am using a usb to connect the ecu flash cable and a serial port for the zt2.
any suggestions?
any suggestions?
By not allowing you to connect, do you mean the button is greyed out? Or when you start logging with mitsulogger nothing happens? The application disables that button when its launched through Mitsulogger as mitsulogger handles the connections already, I am probably going to have to hide the button as I have gotten a comment from someone else who had a similar problem, but in their case they were indeed talking about the greyed out button they couldn't press. In reality all of those windows are seperate applications that could run independent of Mitsulogger, even though their consolidated for Mitsulogger (to simplify things for you guys)
If its working properly, when you initially using the mitsulogger connect/Start Logger it will start streaming data.
Early on I had a minor problem with my USB-Serial device, Turns out when I looked up the port in the device manager, there were two of the same com port.. One was for bluetooth, and the other was my USB-Serial device. I disabled the one I didn't need for bluetooth and it started working.
I figure you probably have tried this several times already so normally would suggest trying to reconnect a few times.
This shouldn't make a difference, but make sure the car is already running for a few before you start the logger. Sometimes the ZT2 takes a few seconds to start streaming data (This is rare, and I only see it because I have one on my bench)
Knowing that it works with the zeitronix software means its probably just a port conflict or something simple. .NET's RS232 (Serial) implementation has some glitches that I'm starting to notice, especially when it comes to using com ports that are enumerated, especially if there are duplicate port names as it will use the first one it sees. I'm not exactly sure why its different for other apps.
I'm stuck in a catch22 when trying to implement the serial interfaces, as one method thats built into .NET only enumerates physical hardware serial devices, and the other enumerates ALL of the ports, but duplicates overwrite eachother which makes it a bit difficult to isolate the right one.
Last edited by MalibuJack; Feb 5, 2007 at 02:43 AM.
MJ,
Thanks for the tips, I checked everything and I am def. not running anything preventing my laptop from doing anything.
What I noticed is you have to hit the EXIT button on the bottom of the screen instead of through the top of the window. You must have your code in that button to save all the settings.
What are you programming in? VB .NET? C#?
I am a CS / IT major and program and fix computers for a living. Is there anything I can do to help right now? If not just let me know whenever....
~Zach
Thanks for the tips, I checked everything and I am def. not running anything preventing my laptop from doing anything.
What I noticed is you have to hit the EXIT button on the bottom of the screen instead of through the top of the window. You must have your code in that button to save all the settings.
What are you programming in? VB .NET? C#?
I am a CS / IT major and program and fix computers for a living. Is there anything I can do to help right now? If not just let me know whenever....
~Zach
In the process, I also noticed that a user could accidentally close the wideband window when its supposed to remain open, so I disabled that, and hid the wideband connect button as its disabled by Mitsulogger, as to not cause confusion. I'm too accustomed to the app that I started realizing that many of the problems reported could be due to those simple UI things.
Last edited by MalibuJack; Feb 5, 2007 at 03:23 AM.
I'm also considering compiling the application to native code, or to embed .NET 2.0 This may increase the size of the application significantly and slow down the app startup. Since I haven't gotten many recent .NET questions I have to assume this is no longer really an issue.
The big problem with creating native code is the potential for it not to work right in 64 bit Windows OS's, where it currently runs fine because .NET is implemented in each of those natively.
The big problem with creating native code is the potential for it not to work right in 64 bit Windows OS's, where it currently runs fine because .NET is implemented in each of those natively.







