Commit Graph

19 Commits (ea76a217ec16192020bfb60e32074fe4e6645c9f)

Author SHA1 Message Date
Mooneer Salem ea76a217ec First pass at removing Windows compiler warnings. 2023-07-12 23:07:51 -07:00
Mooneer Salem df23ad8bf9 Move most rig control configuration over. 2023-07-02 15:13:19 -07:00
Mooneer Salem 927c6e95de Enable RTS and DTR for PTT input to provide a voltage source for some footswitches. 2023-03-22 21:06:01 -07:00
Mooneer Salem 9a77ab9aa2 Hmm, maybe TEXT doesn't work here? 2022-11-17 21:42:58 -08:00
Mooneer Salem 08736735c7 Additional Windows compiler error fixes. 2022-11-17 21:30:45 -08:00
Mooneer Salem 8d9733a6bf Fix compiler errors in serialport code. 2022-11-17 19:50:04 -08:00
Daniele Forsi 0a78286c8c Fix spelling errors
Fixed with:
codespell --skip=USER_MANUAL.html --ignore-words-list=inout,nin,ontop,parm,tthe,ue --interactive=2 --write-changes
2022-02-26 21:19:49 +01:00
Mooneer Salem 2a08666ee7 Detached threads cannot be deleted. 2021-05-31 12:06:52 -07:00
Mooneer Salem 72a2670587 Use wxThread due to issues with event handling with the previous std::thread based implementation. 2021-05-31 11:58:29 -07:00
Mooneer Salem 06d1ed68ce Monitor PTT input port for CTS changes and trigger PTT in-app. 2021-05-31 02:55:02 -07:00
Mooneer Salem e24ed50917 WIP -- Added Serialport class methods to support PTT input. 2021-05-30 01:45:11 -07:00
drowe67 1a627efa9c finished first pass of all fprintf(stderr controlled by g_verbose 2021-01-15 19:57:30 +10:30
drowe67 dbd8057aee fixed Linux build 2018-05-13 11:21:52 +00:00
drowe67 2670f5c1f2 modified Windows serial port for COM ports greater than 10 2018-05-13 08:00:59 +00:00
drowe67 7843a0afef attempt at handling com port names with correct MS synthax 2018-05-13 05:22:32 +00:00
drowe67 6346c5ba1d windows serial debug code builds OK but not tested yet 2018-05-12 20:57:59 +00:00
drowe67 4a25c630ae added windows serial port debug code 2018-05-12 20:30:54 +00:00
drowe67 40c0d68f36 tested PTT hamlib.serial support on Windows and Linux 2017-07-10 22:13:55 +00:00
drowe67 c8a9a6b3d0 moved serial support out of fdmdv2_main, PTT test function for Hamlib and serial 2017-07-10 11:16:24 +00:00