Jump to content

miko

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by miko

  1. miko

    BTW-CE 1.4

    Youss, You can use the Serial I/O examples to communicate to Bluetooth virtual ports. They are located in <LabVIEW 7.1>\examples\PDA\pdacomm\PDASerial.llb or <LabVIEW 8.0>\examples\PDA\PocketPC\comm\serial. All you need to do is open the Bluetooth virtual port. KB article http://digital.ni.com/public.nsf/allkb/159...33?OpenDocument
  2. miko

    WinCE

    LV PDA 7.1 applications can only run on WinCE 4.2 or later, they are not compatible with WinCE 3.1.
  3. LabVIEW PDA 8.0.1 ships with a new "Camera Capture" VI that allows you to acquire an image via Pocket PC 2005 Camera API. You would need a Windows Mobile 5.0 device to use it. (Windows Mobile 5.0 Only) Launches the camera application on the PDA target if the PDA target supports picture and/or video capability. This VI saves the images or videos in whatever format the camera application on the PDA target uses. If the PDA target does not support image and/or video capability, this VI returns an error. - dialog title gives you the opportunity to customize the title bar of the phone's camera application. - quality indicates the quality of the image or video you capture. 0 default: Normal quality with medium compression and a medium image file size. 1 low: Low quality with maximum compression and the smallest image file size. 2 normal: Normal quality with medium compression and a medium image file size. 3 high: High quality with minimum compression and the largest image file size. - flags indicate what to capture. 0 still: Capture a still image. 1 video only: Capture a video image without audio. 2 video with audio: Capture a video image with audio. - error in describes error conditions that occur before this VI runs. The default is no error. If an error occurred before this VI runs, the VI or function passes the error in value to error out. This VI runs normally only if no error occurred before this VI runs. If an error occurs while it runs, it runs normally and sets its own error status in error out. Use the PDA Error Handler VI to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node. - width determines the width of the image in pixels. The default is 240. - height determines the height of the image in pixels. The default is 180. - default file name is optional and specifies the filename for the captured image or video. - created file is the path to the image or video file. - error out contains error information. If error in indicates that an error occurred before this VI ran, error out contains the same error information. Otherwise, it describes the error status that this VI produces.
  4. LabVIEW PDA Bluetooth functions currently only work with Widcomm/Broadcom Bluetooth drivers. But Microsoft Bluetooth drivers support serial port emulation, so you can create PDA applications using Serial I/O VIs to communicate with Bluetooth serial ports. We are aware of the need for Microsoft Bluetooth support and are currently looking into it.
  5. Hi, An "app failed" error means there is a bug in the PDA application. Based on the error code, the bug seems to come from a numeric on a tab control. Do you have a tab control containing numerics?
  6. Hi, LV PDA applications are not deterministic. They are built specifically for Pocket PC devices (but they are executable on WinCE devices with standard SDK). Pocket PC OS itself is not deterministic.
  7. miko

    BTW-CE 1.4

    Hi, LabVIEW 7.1 Bluetooth functions only work with Widcomm/Broadcom Bluetooth drivers. Most iPAQ devices have Widcomm/Broadcom Bluetooth stack. I'm not sure if it is feasible to change the Bluetooth driver on your Pocket PC. You can however use LabVIEW 7.1 to program Bluetooth Serial Port if the Bluetooth driver on your device support serial port emulation. In this case, you can use the Serial I/O VIs to open/close/read/write the Bluetooth virtual ports.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.