Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » IO   (RSS)
Sorry, but there are no more tags available to filter with.
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, Read More...
1 Comments
Filed under:
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 Read More...
1 Comments
Filed under:
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 Read More...
0 Comments
Filed under:
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 Read More...
3 Comments
Filed under:
 
Page view tracker