J
Jason Jacob
To all,
I've used the OpenNetCF classes to build a demo program to test serial
port communication, but somehow I don't really know how to send data
since the example I've got is only how to receive data.
Questions:
1) can I really write such a demo program using the VS.Net Emulator ??
Since I've read quite a no. of forums complaining Serial Port is not
working on Emulators
2) if I want to send data, I should use "Port.Output = new byte[]{11,
12.....}" and it will invoke the delegate /event for data receiving
???
3) as from the example program, I should use "Port.Input" to receive
the byte[] sent by the Tx side ???
4) How can I know the communication is in half or full duplex ??
(actually can I set 1/2 or full duplex ??)
Thanks!
From Jason (Kusanagihk)
I've used the OpenNetCF classes to build a demo program to test serial
port communication, but somehow I don't really know how to send data
since the example I've got is only how to receive data.
Questions:
1) can I really write such a demo program using the VS.Net Emulator ??
Since I've read quite a no. of forums complaining Serial Port is not
working on Emulators
2) if I want to send data, I should use "Port.Output = new byte[]{11,
12.....}" and it will invoke the delegate /event for data receiving
???
3) as from the example program, I should use "Port.Input" to receive
the byte[] sent by the Tx side ???
4) How can I know the communication is in half or full duplex ??
(actually can I set 1/2 or full duplex ??)
Thanks!
From Jason (Kusanagihk)