Clearone Writing StreamNet User Manual Page 25

  • Download
  • Add to my manuals
  • Print
  • Page
    / 72
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 24
Installing the Driver
6-7
All specifications subject to change without notification. All rights reserved. Copyright © 2007 NetStreams
Main +1 512.977-9393 / fax +1 512.977.9398 / Toll Free Technical Support +1 866-353-3496
3600 W. Parmer Lane, Suite 100; Austin, TX 78727 / www.netstreams.com.
Figure 6-8 Buttons
Useful Development Tips
Always compile your script (using your editors compile option, or luac.exe)
before transferring the driver to the ControLinX. While this only checks syntax
errors, it will save time when they appear.
Use the categorized debug logging to filter your messages, and turning on only the
level you need.
If you have communication problems, even if they are only in one direction, verify
that you are using the right COM port parameters, and that you don’t need a null
modem adapter.
You can add the attribute autoStart to the SCRIPT block in config_current.xml
and set it equal to 0 to keep the script from loading automatically.
You can send the ASCII commands #script start and #script stop to
the service for your driver to start and stop the service. This is useful for starting
the script with autoStart=0. You can also stop your script, copy a new version,
and then start it again to run the new version without restarting the device.
Something to keep in mind when using this method is that global variables are kept
between stop and start. Although this can be useful (your current debug filter
settings are kept for example) you need to take care when performing operations
that modify the global state.
Page view 24
1 2 ... 20 21 22 23 24 25 26 27 28 29 30 ... 71 72

Comments to this Manuals

No comments