Visible to Intel only — GUID: sam1408412134465
Ixiasoft
1.1. Jam™ STAPL Players
1.2. Jam™ STAPL Files
1.3. Using the Jam™ STAPL Player
1.4. Using the quartus_jli Command-Line Executable
1.5. Using Jam™ STAPL for ISP with an Embedded Processor
1.6. Board Layout
1.7. Embedded Jam™ STAPL Players
1.8. Updating Devices Using Jam
1.9. Document Revision History for AN 425: Using the Command-Line Jam™ STAPL Solution for Device Programming
Visible to Intel only — GUID: sam1408412134465
Ixiasoft
1.7.2.3. Step 3: Handle Text Messages from jbi_export()
The jbi_export() function uses the printf() function to send text messages to stdio. The Jam™ STAPL Byte-Code Player uses the jbi_export() signal to pass information, for example, the device UES or USERCODE, to the operating system or software that calls the Jam™ STAPL Byte-Code Player. The function passes text and numbers as strings and decimal integers, respectively.
If there is no stdout device available, the information can be redirected to a file or storage device, or passed back as a variable to the program that called the player.
Related Information