data transmission

Erel

B4X founder
Staff member
Licensed User
Longtime User
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.
 

WolfgangGruia

Member
Licensed User
Dear Erel,

I runned SerialTerminal both on PC and on the device.I clicked on
the menu 'Open Port' and tried out from COM1 to COM8, but I don't get it to work.

If this is a question of money, I pay you for the consultance.

Best Regards
 

Zenerdiode

Active Member
Licensed User
If you are using a serial cable to connect between the PC and device - you need to make sure it is a 'Null Modem' wired cable.
 

WolfgangGruia

Member
Licensed User
I can make no Bluetooth connection between the PC and the Bluetooth-USB-Adapter on the PC.
It tells me always: "No remote device found" (I tried out 2 adpaters)

Best regards
 

WolfgangGruia

Member
Licensed User
I have a 2 PCs with USB-Bluetooth adapters, but they don't find each other!
A message tells me "No local device found".
Both PCs are, I think, in discoverable mode!
 

WolfgangGruia

Member
Licensed User
To finish this thread, I supply my results.

I tried two adapters to transmit data via
Bluetooth to a PocketPC. Only the second one from
the company Belkin did work ,thus that I managed to transmit
data finally.
 
Top