Transmitting recieved IR Value

Hi guys

I'm using Ken Shirriff's IR library and i have received/Recorded this

m65486 s1800 m450 s650 m450 s1750 m500 s650 m450 s1750 m500 s600 m500 s650 m450 s650 m450 s650 m450 s650 m450 s1800 m450 s650 m450 s650 m450 s1800 m450 s1800 m450 s1750 m500 s1750 m500 s1750 m450 s650 m450 s1800 m450 s1750 m500 s650 m450

How do i put this into the code then transmit this back out the IR LED

Thanks

and i have received/Recorded this

Using a tape recorder and crayon? Details, man!

How do i put this into the code then transmit this back out the IR LED

The text editor in the IDE is a pretty decent tool to do just that.

Hi

I have received that from the the serial monitor from the arduino running Shirriff's IR Record example and i want to playback what i received to an arduino then to a IR LED.

Below is what i want to transmit to the IR led. (Would i need to convert it to some other format to transmit?)

m65486 s1800 m450 s650 m450 s1750 m500 s650 m450 s1750 m500 s600 m500 s650 m450 s650 m450 s650 m450 s650 m450 s1800 m450 s650 m450 s650 m450 s1800 m450 s1800 m450 s1750 m500 s1750 m500 s1750 m450 s650 m450 s1800 m450 s1750 m500 s650 m450

ianscott-arduino:
Below is what i want to transmit to the IR led. (Would i need to convert it to some other format to transmit?)

Post the code that collected that data.

Where is that data stored between reception and proposed re-transmission?
What is it going to be transmitted with?
What is it going to be transmitted to?

(and any all other info that might possibly be relevant.

...R

I have received that from the the serial monitor

It got there because the Arduino sent it. No other device or application sends data to the Serial Monitor application. So, you have our permission to store that data in an array or EEPROM or on an SD card INSTEAD of (or in addition to) sending it to the serial port.