From 9b56396ba19617b70ebde5f5072ad8b401697e50 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 7 May 2014 00:23:19 +1000 Subject: It would seem that messing around with line coding etc. is not necessary. --- heimdall/source/BridgeManager.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'heimdall/source/BridgeManager.h') diff --git a/heimdall/source/BridgeManager.h b/heimdall/source/BridgeManager.h index 04b03c3..9ebbdae 100644 --- a/heimdall/source/BridgeManager.h +++ b/heimdall/source/BridgeManager.h @@ -89,14 +89,6 @@ namespace Heimdall Default = Error }; - typedef struct - { - unsigned int dteRate; - unsigned char charFormat; - unsigned char parityType; - unsigned char dataBits; - } LineCoding; - private: static const DeviceIdentifier supportedDevices[kSupportedDeviceCount]; @@ -133,9 +125,6 @@ namespace Heimdall bool InitialiseProtocol(void); - bool SetControlLineState(unsigned short controlSignalFlags); - bool SetControlLineCoding(LineCoding lineCoding); - bool SendBulkTransfer(unsigned char *data, int length, int timeout = 3000, bool retry = true) const; public: -- cgit v1.1