Multiprocotol Terminalprogram (BAT)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonas Arnold
9ae494e2e7
implemented automatic reload of COM ports in SerialSettingsView and automatic reload of usb devices in UsbHidSettingsView.
therefore implemented ICloneable and IEquatable in UsbHidDeviceInfo
|
3 years ago |
| .. |
|
Factories
|
added check if SettingsViewModel implements IProtocolSettings in CommunicationProtocolFactory,
|
3 years ago |
|
Helpers
|
changed to using only one udp client, enables to reply from the same port that the message was received on,
|
3 years ago |
|
Model
|
replaced buffer handling thread with timer in CommunicationProtocol,
|
3 years ago |
|
Network
|
implemented Tcp Client Protocol, including UI part,
|
3 years ago |
|
Serial
|
changed to using only one udp client, enables to reply from the same port that the message was received on,
|
3 years ago |
|
Tcp
|
implemented progress bar and auto remove status bar message after duration,
|
3 years ago |
|
Types
|
implemented Tcp Client Protocol, including UI part,
|
3 years ago |
|
Udp
|
changed to using only one udp client, enables to reply from the same port that the message was received on,
|
3 years ago |
|
UsbHid
|
implemented automatic reload of COM ports in SerialSettingsView and automatic reload of usb devices in UsbHidSettingsView.
|
3 years ago |
|
CommunicationProtocol.cs
|
replaced buffer handling thread with timer in CommunicationProtocol,
|
3 years ago |
|
CommunicationProtocolInstanciation.cd
|
removed unnecessary DisconnecteEventArgs,
|
3 years ago |
|
CommunicationProtocols.cd
|
removed unnecessary DisconnecteEventArgs,
|
3 years ago |
|
ConnectionRequestEventArgs.cs
|
implemented ConnectionRequestEventArgs to provide Connection result (Sucess or failure) to ProtocolSettingsViewModel
|
3 years ago |
|
ICommunicationProtocol.cs
|
changed to using only one udp client, enables to reply from the same port that the message was received on,
|
3 years ago |
|
ILibraryEquivalentConverter.cs
|
implemented serial protocol,
|
3 years ago |
|
IProtocolSettings.cd
|
removed unnecessary DisconnecteEventArgs,
|
3 years ago |
|
IProtocolSettings.cs
|
implemented newline handling in CommunicationDataViewModel,
|
3 years ago |
|
IProtocolSettingsViewModel.cs
|
implemented forcing state change of settingsVM when UnintentionalDisconnect happened,
|
3 years ago |
|
MultiTerm.Protocols.csproj
|
added application icon,
|
3 years ago |
|
ProtocolSettingsViewModel.cs
|
implemented forcing state change of settingsVM when UnintentionalDisconnect happened,
|
3 years ago |
|
ProtocolSettingsViewModels.cd
|
removed unnecessary DisconnecteEventArgs,
|
3 years ago |
|
ReceivedDataEventArgs.cs
|
changed ExtendedChar to ExtendedByte,
|
3 years ago |
|
SentDataEventArgs.cs
|
changed ExtendedChar to ExtendedByte,
|
3 years ago |