kerneltest/e32test/device/t_commsk.cpp
branchRCL_3
changeset 43 c1f20ce4abcf
parent 0 a41df078684a
child 44 3e88ff8f41d5
--- a/kerneltest/e32test/device/t_commsk.cpp	Thu Aug 19 11:14:22 2010 +0300
+++ b/kerneltest/e32test/device/t_commsk.cpp	Tue Aug 31 16:34:26 2010 +0300
@@ -48,9 +48,6 @@
 TCommCapsV01& theCaps1=theCaps1Buf();
 TBool MediaChangeTestingEnabled;
 
-const TInt KWriteSize=250;
-const TInt KXonNumReads=0x10;
-const TInt KXonReadSize=0x400;	// Must be bigger than comm buffer high water==0x300
 
 class TResult
 	{
@@ -75,6 +72,7 @@
 	const TText* iName;
 	};
 
+/*
 const TSpeedAndName KSpeeds[]=
 	{
 	{KCapsBps50,EBps50,_S("50")}, 
@@ -83,8 +81,7 @@
 	{KCapsBps19200,EBps19200,_S("19200")},
 	{KCapsBps57600,EBps57600,_S("57600")},
 	{KCapsBps115200,EBps115200,_S("115200")},
-	};
-
+	};*/
 class TFrameAndName
 	{
 public:
@@ -93,7 +90,7 @@
 	TParity iParity;
 	const TText* iName;
 	};
-
+/*
 const TFrameAndName KFrameTypes[]=
 	{
 	{EData8,EStop1,EParityNone,_S("8,N,1")},
@@ -111,7 +108,7 @@
 	{EData7,EStop1,EParityNone,_S("7,N,1")},
 	{EData7,EStop1,EParityEven,_S("7,E,1")},
 	{EData7,EStop1,EParityOdd,_S("7,O,1")},
-	};
+	};*/
 
 class THandShakeAndName
 	{