Search found 3 matches

by 84Elky
Sun Feb 16, 2014 4:07 am
Forum: ALDL, OBDII Logging and Scanning
Topic: Mode 3 Request for Memory Mapped I/O Address
Replies: 4
Views: 4767

Re: Mode 3 Request for Memory Mapped I/O Address

Thanks! Yes, there is certainly some overhead with Mode 3. Have done some sample frequency tests (results here [Post #12]: http://www.gearhead-efi.com/Fuel-Injection/showthread.php?2811-Need-Help-With-Mode-3-ALDL-Command ). Would be interesteed in what sample frequency you are seeing in various mode...
by 84Elky
Fri Feb 14, 2014 12:41 pm
Forum: ALDL, OBDII Logging and Scanning
Topic: Mode 3 Request for Memory Mapped I/O Address
Replies: 4
Views: 4767

Re: Mode 3 Request for Memory Mapped I/O Address

On our aussie PCMs you can get everything using mode 2 requests for 64 byte blocks. Mode 3 we dont use very often due to it being only 1 byte of data returned but that still works for any address too. Mode 2 Frame To Send: F4 58 02 00 00 CS This requests a 64 block starting from address 0000. The C...
by 84Elky
Tue Feb 11, 2014 4:04 pm
Forum: ALDL, OBDII Logging and Scanning
Topic: Mode 3 Request for Memory Mapped I/O Address
Replies: 4
Views: 4767

Mode 3 Request for Memory Mapped I/O Address

'7730 $8d using TPro RT v5 - Is it possible to make a Mode 3 request to read a memory mapped i/o address (eg. 1-byte 0x4008); and if so, how would it be entered in the transmit string? "0x40 0x08" does not work as it does if it was a memory address. Is a different format required for addre...