Click here to Skip to main content
16,016,760 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Change mouse cursor Pin
dlhson210-Mar-03 17:34
dlhson210-Mar-03 17:34 
GeneralRe: Change mouse cursor Pin
Daniel Strigl10-Mar-03 19:55
Daniel Strigl10-Mar-03 19:55 
GeneralMIDI APIs on Windows CE Pin
Anonymous10-Mar-03 4:00
Anonymous10-Mar-03 4:00 
GeneralRe: MIDI APIs on Windows CE Pin
João Paulo Figueira10-Mar-03 5:27
professionalJoão Paulo Figueira10-Mar-03 5:27 
Questionhow to get the UUID (GUID) of a PDA Pin
dherrero7-Mar-03 2:09
dherrero7-Mar-03 2:09 
AnswerRe: how to get the UUID (GUID) of a PDA Pin
João Paulo Figueira7-Mar-03 3:32
professionalJoão Paulo Figueira7-Mar-03 3:32 
GeneralRe: how to get the UUID (GUID) of a PDA Pin
dherrero7-Mar-03 6:15
dherrero7-Mar-03 6:15 
Generalserial communication and bluetooth (how to communicate between PDA and mobile?) Pin
Frank S.6-Mar-03 5:14
Frank S.6-Mar-03 5:14 
Hi !

I have a problem ... i have written a program that communicates with IR - serial communication with my pocket pc and my mobile phone. I used for that a part of the little tty-codesample, which you can find in the help of the Visual C++ tools of Microsoft. I changed there some communication options and it worked. But now i want to use that serial communication with bluetooth. Could that work? And one thing is, that i don't know exactly, how i have to setup the settings for that communication (serial). My current setup is like that:

PortDCB.BaudRate = CBR_9600;
PortDCB.fBinary = TRUE;
PortDCB.fParity = TRUE;
PortDCB.fOutxCtsFlow = FALSE;
PortDCB.fOutxDsrFlow = FALSE;
PortDCB.fDtrControl = DTR_CONTROL_ENABLE;
PortDCB.fDsrSensitivity = FALSE;
PortDCB.fTXContinueOnXoff = TRUE;
PortDCB.fOutX = FALSE;
PortDCB.fInX = FALSE;
PortDCB.fErrorChar = FALSE;
PortDCB.fNull = FALSE;
PortDCB.fRtsControl = RTS_CONTROL_ENABLE;
PortDCB.fAbortOnError = FALSE;
PortDCB.ByteSize = 8;
PortDCB.Parity = NOPARITY;
PortDCB.StopBits = ONESTOPBIT;

and:

CommTimeouts.ReadIntervalTimeout = MAXDWORD;
CommTimeouts.ReadTotalTimeoutMultiplier = 0;
CommTimeouts.ReadTotalTimeoutConstant = 0;
CommTimeouts.WriteTotalTimeoutMultiplier = 10;
CommTimeouts.WriteTotalTimeoutConstant = 1000;

That worked for the IR-communication, but not for bluetooth.

Would be very fine, if someone knows a trick to setup for bluetooth communication !!!

Greetings,

Frank

_____ easySMS for pocket PC _____
www.Siedler-Net.de/WinCE/easySMS/
General"Button-bar" like in the CE-Addressbook Pin
Frank S.6-Mar-03 4:31
Frank S.6-Mar-03 4:31 
GeneralRe: "Button-bar" like in the CE-Addressbook Pin
João Paulo Figueira6-Mar-03 4:41
professionalJoão Paulo Figueira6-Mar-03 4:41 
GeneralRe: "Button-bar" like in the CE-Addressbook Pin
Frank S.6-Mar-03 5:04
Frank S.6-Mar-03 5:04 
GeneralRe: "Button-bar" like in the CE-Addressbook Pin
João Paulo Figueira6-Mar-03 5:37
professionalJoão Paulo Figueira6-Mar-03 5:37 
GeneralWinCE.NET driver development Pin
Mike Zinni6-Mar-03 3:43
Mike Zinni6-Mar-03 3:43 
GeneralPull/Push data using either OracleLlite(Wireless Technology Edition) or SQL Server CE Pin
AKSIVAKUMAR4-Mar-03 18:45
AKSIVAKUMAR4-Mar-03 18:45 
GeneralRe: Pull/Push data using either OracleLlite(Wireless Technology Edition) or SQL Server CE Pin
João Paulo Figueira5-Mar-03 5:36
professionalJoão Paulo Figueira5-Mar-03 5:36 
GeneralRe: Pull/Push data using either OracleLlite(Wireless Technology Edition) or SQL Server CE Pin
AKSIVAKUMAR5-Mar-03 20:24
AKSIVAKUMAR5-Mar-03 20:24 
GeneralRe: Pull/Push data using either OracleLlite(Wireless Technology Edition) or SQL Server CE Pin
João Paulo Figueira5-Mar-03 23:14
professionalJoão Paulo Figueira5-Mar-03 23:14 
GeneralMultiple Toolbars Pin
#realJSOP4-Mar-03 10:49
professional#realJSOP4-Mar-03 10:49 
GeneralRe: Multiple Toolbars Pin
João Paulo Figueira4-Mar-03 12:03
professionalJoão Paulo Figueira4-Mar-03 12:03 
GeneralRe: Multiple Toolbars Pin
#realJSOP5-Mar-03 5:42
professional#realJSOP5-Mar-03 5:42 
GeneralRe: Multiple Toolbars Pin
João Paulo Figueira5-Mar-03 6:21
professionalJoão Paulo Figueira5-Mar-03 6:21 
GeneralRe: Multiple Toolbars Pin
#realJSOP14-Mar-03 5:29
professional#realJSOP14-Mar-03 5:29 
GeneralRe: Multiple Toolbars Pin
João Paulo Figueira14-Mar-03 11:14
professionalJoão Paulo Figueira14-Mar-03 11:14 
GeneralRe: Multiple Toolbars Pin
João Paulo Figueira14-Mar-03 11:45
professionalJoão Paulo Figueira14-Mar-03 11:45 
GeneralRe: Multiple Toolbars Pin
João Paulo Figueira17-Mar-03 3:10
professionalJoão Paulo Figueira17-Mar-03 3:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.