View Single Post
  #2 (permalink)  
Old 07-03-2008, 04:16 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,335
Default

There are several different ways you can transmit data from the device to the PC.
- Bluetooth (Serial library) - See the SerialTerminal example.
- Network connection (Network library) - See the ChitChat example.
- Activesync (RAPI library) - There is an example in the documentation.
Except of the RAPI library which is a desktop library, you can use the same code on the desktop or device.

You can find these examples under: C:\Program Files\Anywhere Software\Basic4ppc Desktop\Samples.
Reply With Quote