Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.IO.Ports « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ccf92bc504e561aa1f3d8eb43e91afc7dc9c65a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
2006-02-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* SerialPort.cs: 
	* SerialPortStream.cs: Cleanups and some small funcionalities
	added. Also, some code was moved to SerialPortStream, to have a 
	better design.

2006-02-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* SerialPort.cs:
	* SerialPortStream.cs: Move SerialPortStream to a new file,
	to have a better organization.

2006-02-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* SerialPort.cs: Little work on support the Read methods.

2006-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* SerialPort.cs: Little work on default values and
	exception report.
	
	* Parity.cs:
	* Handshake.cs:
	* StopBits.cs: New enum files (taken outside SerialPort
	and with the right values now).

2006-02-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* SerialPort.cs: Work on Encoding property and use it
	in Write methods.
	
2006-02-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* SerialError.cs:
	* SerialData.cs:
	* SerialPinChange.cs: New enums.
	
2004-12-26  Zoltan Varga  <vargaz@freemail.hu>

	* System.IO.Ports/SerialPort.cs: Fix build under csc.