Can I compile a smartBASIC program without being connected to a BL600 module?

Answer

Yes. To do this, follow these steps:

Copy the appropriate xcomp_xxxx_yyyy.exe utility to the folder that contains the smartBASIC file.

If the app is called myapp.sb, you can then open a command prompt window in that folder and enter the following command: xcomp_xxxx_yyyy myapp.sb

This generates a myapp.uwc file. For example:

C:\working folder>xcomp_bl600r2_8cf9_450e hw.hello.world.sb