I am trying to get two windows mobile devices to communicate with each other.
The API I am using (EMDK) says:
Any Microsoft API can be used for serial communication after the pairing is completed.
So, can anyone point me to an example of serial communications using C# .NET (Preferably Compact Framework).
Something like this MSDN article?
Or this one? (a favorite of mine).
Or maybe an example of it in use for printing?
Or maybe a card reader example?
Or posibly Bluetooth via VB?
The web has loads of examples. Generally speaking any example (desktop or device) that uses the SerialPort class will be completely applicable.