CinqSporting97
New member
I'm writing the software to run from Windows, minimum spec is not important as there isn't any really demanding processing.
However I may create the software using .NET so something that you can put v2.0 of the .NET framework on would be good. Something that can run Windows 98 up should do the trick, though maybe Windows 2000 would be a safer option.
See here for required specs:
http://www.microsoft.com/downloads/...CB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en
If anyone is interested here is what I am doing:
Stripping my working circuit (PIC, MAX232, etc) down to the bare minimum of a 0-12V to RS232 invertor / level shifter built from discrete components. I believe I have a circuit that will work.
Before I was concerned about the non standard 7812.5 baud rate and accurate timing required to do the ECU initialisation which is why I built the dedicated PIC circuit to take care of it all.
However, I have seen that some (not all) PC serial ports can be set to 7680 baud which is within 2% of what we need (the ECU has a published tolerance of 5%).
All I need now is to develop a reliable and repeatable why of producing a 110ms ± 10% for the ECU initialisation. This is more difficult than you would think in a multitasking operating system like Windows.
Any thoughts or comments would be appreciated - as always.
However I may create the software using .NET so something that you can put v2.0 of the .NET framework on would be good. Something that can run Windows 98 up should do the trick, though maybe Windows 2000 would be a safer option.
See here for required specs:
http://www.microsoft.com/downloads/...CB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en
If anyone is interested here is what I am doing:
Stripping my working circuit (PIC, MAX232, etc) down to the bare minimum of a 0-12V to RS232 invertor / level shifter built from discrete components. I believe I have a circuit that will work.
Before I was concerned about the non standard 7812.5 baud rate and accurate timing required to do the ECU initialisation which is why I built the dedicated PIC circuit to take care of it all.
However, I have seen that some (not all) PC serial ports can be set to 7680 baud which is within 2% of what we need (the ECU has a published tolerance of 5%).
All I need now is to develop a reliable and repeatable why of producing a 110ms ± 10% for the ECU initialisation. This is more difficult than you would think in a multitasking operating system like Windows.
Any thoughts or comments would be appreciated - as always.