deep

a Cross Development Platform for Java

User Tools

Site Tools


first_example

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
first_example [2019/11/06 14:05] ursgraffirst_example [2019/11/06 14:06] – [Using System.out on a mpc555 Board] ursgraf
Line 62: Line 62:
   - Connect the hardware to your host PC by an USB cable and apply power to the target.   - Connect the hardware to your host PC by an USB cable and apply power to the target.
   - Open a terminal program such as ''putty'' or ''realterm''. Alternatively open a terminal program as an eclipse view. Select the appropriate serial port number. Check your host operating settings for this number.   - Open a terminal program such as ''putty'' or ''realterm''. Alternatively open a terminal program as an eclipse view. Select the appropriate serial port number. Check your host operating settings for this number.
-  - Create a new run configuration by marking the project file //HelloWorld.deep//. Then, right-click on it and choose //Run As -> Deep Application// or select from the pulldown menu of the run-button. \\ {{runas_context.png?280|}} {{ runas_pulldown.png?280|}} +  - Create a new run configuration by marking the project file //HelloWorld.deep//. Then, right-click on it and choose //Run As -> Deep Application//. If you already created such a run configuration you can select from the pulldown menu of the run-button. \\ {{runas_context.png?280|}} {{ runas_pulldown.png?280|}} 
   - //Run// will compile, link and download the program.   - //Run// will compile, link and download the program.
   - The terminal window will show //Hello, World//.   - The terminal window will show //Hello, World//.