@ -217,7 +217,7 @@ public class ProlificSerialDriver extends CommonUsbSerialDriver {
@@ -217,7 +217,7 @@ public class ProlificSerialDriver extends CommonUsbSerialDriver {
}
}
/* throw and clear an exception which occured in the status read thread */
/* throw and clear an exception which occurred in the status read thread */
@ -288,7 +288,7 @@ public class ProlificSerialDriver extends CommonUsbSerialDriver {
@@ -288,7 +288,7 @@ public class ProlificSerialDriver extends CommonUsbSerialDriver {
+"available! Assuming that it is a HX device");
mDeviceType=DEVICE_TYPE_HX;
}catch(Exceptione){
Log.e(TAG,"An unexpected exception occured while trying "
Log.e(TAG,"An unexpected exception occurred while trying "
+"to detect PL2303 subtype",e);
}
}
@ -318,7 +318,7 @@ public class ProlificSerialDriver extends CommonUsbSerialDriver {
@@ -318,7 +318,7 @@ public class ProlificSerialDriver extends CommonUsbSerialDriver {
try{
mReadStatusThread.join();
}catch(Exceptione){
Log.w(TAG,"An error occured while waiting for status read thread",e);
Log.w(TAG,"An error occurred while waiting for status read thread",e);
readonlypropertystringassistModeDescription:qsTr("If Position Control is placed on a seperate channel from the Main mode channel, an additional 'Assist' mode is added to the Main switch. ")+
readonlypropertystringassistModeDescription:qsTr("If Position Control is placed on a separate channel from the Main mode channel, an additional 'Assist' mode is added to the Main switch. ")+
qsTr("In order for the Attitude Control/Position Control switch to be active, the Main switch must be in Assist mode.")
readonlypropertystringautoModeName:qsTr("Auto")
readonlypropertystringautoModeDescription:qsTr("If Loiter is placed on a seperate channel from the Main mode channel, an additional 'Auto' mode is added to the Main switch. ")+
readonlypropertystringautoModeDescription:qsTr("If Loiter is placed on a separate channel from the Main mode channel, an additional 'Auto' mode is added to the Main switch. ")+
qsTr("In order for the Mission/Loiter switch to be active, the Main switch must be in Auto mode.")