Search found 18 matches
- Thu Jan 13, 2011 12:55 pm
- Forum: TunerStudioMS
- Topic: MS on Iphone/Linux tablet
- Replies: 10
- Views: 1100
Re: MS on Iphone/Linux tablet
I have a datalogger running on an mbed. I should be able to connect to it over a network interface using a android tablet. Do you have interface code that actually pulls data from the MS? I have the protocol but do not know how to make this work for the smartphone/tablet ...
- Fri Feb 05, 2010 8:35 am
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
time to code some If () statements related to the above information.
- Tue Feb 02, 2010 8:48 pm
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
- Tue Feb 02, 2010 8:47 pm
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
I don't recall reading of that function. I am already changing the code for MSII extra since the outpc is different byte length.
- Tue Feb 02, 2010 12:18 pm
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
viewtopic.php?f=67&t=37342
- Mon Feb 01, 2010 3:36 pm
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
I can generate an .frd file that will convert from TS. I am getting a few extra bytes on the end of my header that create parsing problems for the MS outpc string. I am getting so close now. Just the fact that it will ...
- Fri Jan 29, 2010 2:41 pm
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
I think you just solved my problem. I didn't realize the two bytes were required on each read cycle loop. I thought they were just tagged in the header...
- Fri Jan 29, 2010 10:54 am
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
If I send a hex designation it recognizes as two separate bytes. Therefore my header is 166 byes long instead of 83. Yeah, that kinda screws up the offset count. At least I now know what the problem is.
On to find a solution...
- Thu Jan 28, 2010 2:01 pm
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
0x46 0x52 0x44 0x00 0x00 0x0 0x00 0x01 0x4b 0x61
0xf1 0x63 0x4d 0x53 0x49 0x49 0x20 0x52 0x65 0x76
0x20 0x32 0x2e 0x38 0x38 0x30 0x30 0x30 0x20 0x20 ...
- Thu Jan 28, 2010 10:14 am
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
However, I can not import into TS or MLV. I tried the convert binary log (.frd or .ms3) and this did not work. I ...
- Thu Jan 28, 2010 7:56 am
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
I will report back after I have tried a few ideas for the code.
You have been most helpful. maybe there will be enough interest in this project to do a run of boards.
Best Regards,
jamie
- Thu Jan 28, 2010 7:17 am
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
I will try to see if some of those other functions will work. I am coding in C. I am using a development board using the NXP LPC series microcontroller. Its pretty powerful for its size and has lots of easily configurable serial ports to connect lots of devices. The protoboard has an online ...
- Wed Jan 27, 2010 3:05 pm
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
right now, I poll ...
- Wed Jan 27, 2010 2:04 pm
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
Thank ...
- Tue Nov 24, 2009 2:21 pm
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
I see exactly what you are saying. I have a working dash display and I had to work hard to get the data in a character format for display readout. When I first started coding the display project all I got was gibberish in the graphic ...
- Tue Nov 24, 2009 7:53 am
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
I generate a .csv that imports into Excel. Here is a sample of my output taken from the stim. The call is for runtime variables using "a,0,6". the captured format is binary although I can easily switch this to hex as well. The last three are the XYZ axes from an accelerometer. I am also ...
- Mon Nov 23, 2009 10:18 am
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Re: Binary raw data file conversion
I tried to setup a format. Can you make a few clarifications for me?
The string output is in hex? I am currently logging in binary. I can switch easily.
There appears to be no delimiter between bytes when I look at the file. This makes it appear a bit jumbled. Any suggestions?
The "next ...
- Fri Nov 20, 2009 2:24 pm
- Forum: TunerStudioMS
- Topic: Binary raw data file conversion
- Replies: 27
- Views: 62205
Binary raw data file conversion
Thanks.