15 Commits (3539ecb0dafbdbb6350dd2058f5c846465a08fef)

Author SHA1 Message Date
Jonas Arnold 897908bf13 changed to using only one udp client, enables to reply from the same port that the message was received on, 3 years ago
Jonas Arnold 0da1a83e7c implemented Tcp Client Protocol, including UI part, 3 years ago
Jonas Arnold 92beb2ec45 changed IsConnected boolean to State of Enum ProtocolConnectionState, 3 years ago
Jonas Arnold 2a3e37e7cc implemented first version of UsbHid Protocol, 3 years ago
Jonas Arnold 8abb83345c fixed clear command, 3 years ago
Jonas Arnold df8fdd4a29 changed ExtendedChar to ExtendedByte, 3 years ago
Jonas Arnold 236111f94e fixed clear MultiFormatTextBox does not work, 3 years ago
Jonas Arnold d8670a37db introduced InstanceIdentifier and applied it to Tab Title. 3 years ago
Jonas Arnold 1fab46d5c5 wired up real communication protocol to the CommunicationDataViewModel, 3 years ago
Jonas Arnold 493260dac7 implemented newline handling in CommunicationDataViewModel, 3 years ago
Jonas Arnold 429c7e842d added CommunicationDataViewModel, 3 years ago
Jonas Arnold 8bd6a14297 worked on MultiFormatTextBox 3 years ago
Jonas Arnold c8c53221d3 added check if SettingsViewModel implements IProtocolSettings in CommunicationProtocolFactory, 3 years ago
Jonas Arnold 585ce8bebd implemented serial protocol, 3 years ago
Jonas Arnold 0b36f17997 implemented CommunicationProtocolFactory, added to App, 3 years ago