Loading...
Pages: [1]   Go Down
Author Topic: Surely someone has done this before  (Read 165 times)
0 Members and 1 Guest are viewing this topic.
Offline Offline
God Member
*****
Karma: 27
Posts: 826
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

One of the activities I would like to do with the Arduino is to read various memories and dump them over serial. Is there already a utlity that will take the data sent over serial and save it as a purely hex file on the computer?
Logged

Queens, New York
Online Online
Edison Member
*
Karma: 29
Posts: 1590
"Of all the things I've ever lost, I miss my mind the most" -Ozzy Osbourne
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Maybe this will help you. http://arduino.cc/forum/index.php?topic=51910.0
Logged

UNO, MEGA, NANO, 4x4 keypad, micro servos, RF transceivers, bluetooth, ultrasonic sensor, 20x4 I2C LCD, 3.2 TFT touch screen, L298N Dual motor driver, Voice Recognition 15W, Gameduino

Arduino Tutorials, coming soon.

"If your doing nothing, it does not mean your lazy, it just means your open for anything that suits you" - Unknown

Offline Offline
God Member
*****
Karma: 27
Posts: 826
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Unfortunately not. That is dumping the internal memory of the Arduino and printing it in the terminal in human readable form. What I am looking for is a serial terminal that will capture the data coming in a serial port and save it as binary. I thought Realterm was going to do it, but the captured output is ASCII representation of Hex.

There must be something out there.
Logged

Offline Offline
Newbie
*
Karma: 0
Posts: 44
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

You can save data with Processing  then copy and past said data into an excel file for analysis. Not sure if this is what your after though.
Logged

0
Offline Offline
Tesla Member
***
Karma: 51
Posts: 6590
Arduino rocks
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Quote
What I am looking for is a serial terminal that will capture the data coming in a serial port and save it as binary.

i think the arduino sends bytes when the write method is used. Also a terminal program that can save something as a file will just have the binary in the file, such as sending/receiving a .jpg file.
Logged

Why I like my 2005 rio yellow Honda S2000 with the top down, and more!
GOOGLE ADVANCED FORUM SEARCH BELOW!  
Go to:  http://www.google.com/advanced_search?hl=en
put in key search words,
use site or domain:  http://arduino.cc/forum
or in a google search box put key words site:http://arduino.cc/forum

Offline Offline
God Member
*****
Karma: 27
Posts: 826
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Got it. Realterm will do it. I just had the wrong settings.
Logged

Pages: [1]   Go Up
Print
 
Jump to: