| |
Hello World Programming with SPL
1. Print "Hello World" with SPL application script
- Select "Application" tab.
|
|
|
- Type below command on the editor.
- Click "Send to MF Application" button or press "F5" key.
- "Hello World" message will be printed on the console window as follows:
2. Print "OK" with SPL emulator script
- Select "Emulator" tab.
- Type below command on the editor.
- Click "Execute Script on the Emulator" button or press "F5" key.
- "OK" message will be printed on the emulator's log list as follows:
|