Moderators: daxtojeiro, muythaibxr, jsmcortina, MegaScott




Peter Florance wrote:Huey
Any idea as to whether this will datalog MS3?
The block size is 404; not sure if that overflows a variable or not
I tried to add the MS3 pre-1.1 beta 20 signature (MS3 Format 0233.003) to 0.1.1b but it didn't seem to log any data
Thanks
byte ochBlockSizeHuey wrote:So, I assume you got it working with MS3 ?
Huey
Peter Florance wrote:Peter Florance wrote:Huey
Any idea as to whether this will datalog MS3?
The block size is 404; not sure if that overflows a variable or not
I tried to add the MS3 pre-1.1 beta 20 signature (MS3 Format 0233.003) to 0.1.1b but it didn't seem to log any data
Thanks
hmm looks like it does:
- Code: Select all
byte ochBlockSize
word ochBlockSizeHuey wrote:Should not be a problem just change the ochBlockSize byte to word in the VAR section. You will also need to change the buffsize constant and the databuff.byte[0] and databuff.byte[1] variables as well. If I had a MS3 sitting around I would be able to help more.
Try this:
line 76 buffsize = 504
line 103 word ochBlockSize
line 240 databuff.byte[0] := ochBlockSize.byte[0]
line 241 databuff.byte[1] := ochBlockSize.byte[1]
Huey
Huey wrote:Should not be a problem just change the ochBlockSize byte to word in the VAR section. You will also need to change the buffsize constant and the databuff.byte[0] and databuff.byte[1] variables as well. If I had a MS3 sitting around I would be able to help more.
Try this:
line 76 buffsize = 504
line 103 word ochBlockSize
line 240 databuff.byte[0] := ochBlockSize.byte[0]
line 241 databuff.byte[1] := ochBlockSize.byte[1]
Huey
Huey wrote:Oh, I see bigger problem the signature table is defined as "byte". I'll see if I can come up with a fix.
Huey
Huey wrote:Oh, I see bigger problem the signature table is defined as "byte". I'll see if I can come up with a fix.
Huey
Users browsing this forum: slow_hemi6 and 0 guests