Thank you Katie. This helped. Ill go with option 2 (with an empty .hex and memory option with update only) I should read the status byte right after calling MainProcess, like this, right? unsafe { byte[] arr_tmp = new byte[8000]; fixed (byte *tmp = &arr_tmp[0]) { status2 = MSPGANG_API.GetProgressStatus(tmp); Console.WriteLine("status byte: " + tmp[15].ToString()); } }
↧