Sign in
Anthony Wong's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
General
GUI
IO
Networking
Browse by Tags
MSDN Blogs
>
Anthony Wong's Blog
>
All Tags
>
io
Tagged Content List
Blog Post:
SerialPort issue transmitting Unicode characters
Anthony Wong2
The managed implementation in .NET Framework 2.0 and .NET Compact Framework 2.0 supports the Encoding property that allows developers to specify the encoding they would use to transmit data over a serial port connection. The property defaults to ASCIIEncoding, which only allows ASCII characters to be...
on
25 Apr 2006
Blog Post:
Deadlock issue on closing SerialPort
Anthony Wong2
NETCF V2's SerialPort implementation provides four public events for developers. They can add custom event handlers to handle these events. Since these event handlers are executed by ThreadPool threads, if the developer wants to update form fields with the received data, he/she would need to invoke the...
on
2 Mar 2006
Blog Post:
Directory.Exists() Issue
Anthony Wong2
On Windows CE 4.X based devices, Directory.Exists() treats path names ending with a slash "\" differently. As an example, Directory.Exists("\\temp") will return true if the "temp" directory exists. However, the following call will return false even though the directory exists: Directory.Exists...
on
31 Jan 2006
Blog Post:
Power Notifications and Serial Port
Anthony Wong2
NETCF V2 adds the support of a managed SerialPort class to allow developers to directly access the serial ports on mobile devices, enabling communication with GPS, bar code readers, or other mobile devices within managed code. These peripherals may be sending data to the device on a continuous or intermittent...
on
7 Jun 2005
Page 1 of 1 (4 items)