<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>input/output redirection in IDE</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/16932/input-output-redirection-in-ide</link><description> Hi All, 
 
I am new to the &amp;#181;Vision2 environment, so I don&amp;#39;t know all the ropes yet. My question is this: I have a long text file which represents a data stream. Can I somehow feed this file to a program being debugged in the IDE and save its output?</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: input/output redirection in IDE</title><link>https://community.arm.com/thread/134284?ContentTypeID=1</link><pubDate>Sat, 22 Nov 2003 22:19:40 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:7e474c0b-01d9-418c-9f3d-9a4c9a68dc82</guid><dc:creator>marcu andy</dc:creator><description>&lt;p&gt;&lt;i&gt;On some devices like the Atmel 89C51RD2 and Analog Devices ADuC812, the user-defined memory space V: simulates the on-chip EEPROM memory. &lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
In my knowledge, 89C51CC01 belong to 89C51RD2 family.&lt;br /&gt;
So we can simulate EEPROM memory on this chip using V: memory space.&lt;br /&gt;
Is this afirmation corect?!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: input/output redirection in IDE</title><link>https://community.arm.com/thread/122196?ContentTypeID=1</link><pubDate>Thu, 20 Nov 2003 07:49:29 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:5da5718e-7cee-4037-a893-7b9a1ea6ae93</guid><dc:creator>Keil  Support Intl.</dc:creator><description>&lt;p&gt;Use one of the user memory types (S: T: U: V:). See &lt;a href="http://www.keil.com/support/docs/2397.htm"&gt;http://www.keil.com/support/docs/2397.htm&lt;/a&gt;&lt;br /&gt;
You can read/write the CAN messages with signal functions.  This space can be loaded/saved with the LOAD/SAVE command of the debugger.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: input/output redirection in IDE</title><link>https://community.arm.com/thread/110636?ContentTypeID=1</link><pubDate>Thu, 20 Nov 2003 07:35:30 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:c5ff4645-c346-46a8-a070-06603bdf64e3</guid><dc:creator>Alexander Sorockin</dc:creator><description>&lt;p&gt;The part of the program I am currently working on treats CAN messages as a sequence of data blocks. This sequence can be represented as a HEX or binary file. The problem is how to get this file into the program running in the IDE. I think I&amp;#39;ll have to set up a COM device to emulate a CAN message stream.&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: input/output redirection in IDE</title><link>https://community.arm.com/thread/95927?ContentTypeID=1</link><pubDate>Thu, 20 Nov 2003 05:54:53 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:c267d18d-c1b9-4dd8-839b-545e9dda56cc</guid><dc:creator>HansBernhard Broeker</dc:creator><description>&lt;p&gt;To simulate CAN input, I think there&amp;#39;s no other chance but to use a SIGNAL function and/or invidual debugger functions that inject single messages on request.&lt;br /&gt;
&lt;br /&gt;
CAN message frames are sufficiently more complicated than simple serial line input to make it all but impossible to read them from a file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: input/output redirection in IDE</title><link>https://community.arm.com/thread/72099?ContentTypeID=1</link><pubDate>Thu, 20 Nov 2003 01:53:44 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:994e8e78-30b5-4bdd-bc91-7551ac0a2be1</guid><dc:creator>Alexander Sorockin</dc:creator><description>&lt;p&gt;Is it possible to simulate CAN in some similar way? My device is based on a T89C51CC01(02) and will be communicating with the outer world by means of CAN.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: input/output redirection in IDE</title><link>https://community.arm.com/thread/41302?ContentTypeID=1</link><pubDate>Wed, 19 Nov 2003 10:35:39 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:5d67938b-85d4-42d3-88fe-0f04c8f38f38</guid><dc:creator>Jon Ward</dc:creator><description>&lt;p&gt;I&amp;#39;ll assume you are talking about serial data for the serial port.  If that&amp;#39;s the case, you could hook the debugger simulated serial port to a PC COM port (&lt;a href="http://www.keil.com/support/docs/1981.htm"&gt;http://www.keil.com/support/docs/1981.htm&lt;/a&gt;) and then hook HyperTerm to another COM port, wire the 2 COM ports together and send the data from HyperTerm to the uVision Simulator.&lt;br /&gt;
&lt;br /&gt;
Another way to do this is shown at &lt;a href="http://www.keil.com/support/docs/2262.htm"&gt;http://www.keil.com/support/docs/2262.htm&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
If this is the way you want to go, also take a look at &lt;a href="http://www.keil.com/support/docs/2218.htm"&gt;http://www.keil.com/support/docs/2218.htm&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Jon&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>