Commit Graph

  • 95f4b515ef Don't use high speed Linux baud rates when they haven't been defined. master Chris Osborn 2021-04-25 06:47:46 -07:00
  • 647cc1cb10
    Merge pull request #19 from omgdevops/master FozzTexx 2020-09-24 06:41:35 -07:00
  • f94e751dd0 Add support for ultra high-speed baud rates. Phil Jensen 2020-09-24 13:43:36 +01:00
  • 05699cb948 Mixed case AT commands are not supported by real modems, don't bother to check CR for parity detection. Chris Osborn 2019-11-16 10:11:02 -08:00
  • 0d60ff0a6c Treat characters as unsigned when logging. Chris Osborn 2019-11-15 19:40:19 -08:00
  • f61f15532d Merge branch 'master' of github.com:FozzTexx/tcpser Chris Osborn 2019-11-13 19:20:59 -08:00
  • 6f2ab629fe Check size of buffer, not size of counter. Chris Osborn 2019-11-13 19:20:42 -08:00
  • 22de0706be
    No compiled versions for any platform FozzTexx 2019-11-11 09:54:54 -08:00
  • 779f330119
    Convert all tables to markdown FozzTexx 2019-08-10 08:26:32 -07:00
  • 09303f8095
    Working on tables FozzTexx 2019-08-10 08:16:16 -07:00
  • 57cf286282 Update address book example. Chris Osborn 2019-08-09 11:50:23 -07:00
  • f7c750b9f3 Merge READMEs. Chris Osborn 2019-08-09 11:48:17 -07:00
  • bfaeaf1586 Fix some more signed/unsigned comparisions. Chris Osborn 2019-08-09 11:40:54 -07:00
  • 2ad04a048e Make character types unsigned for compatibility with telnet codes. Chris Osborn 2019-08-09 08:15:48 -07:00
  • 0c9ddef99f Remap 230400 to Linux constant. Closes #13. Chris Osborn 2019-07-01 12:48:52 -07:00
  • c340d370f0 Fix speed typo. Chris Osborn 2019-07-01 09:26:51 -07:00
  • 9413ac1d37 Open serial port in non-blocking mode in case flow control pins are preventing it opening normally. Chris Osborn 2018-04-02 07:09:42 -07:00
  • 9a79a80fd8 Try to avoid telnet option loops. Chris Osborn 2018-03-28 11:13:01 -07:00
  • 45999ba239 Don't send DO/DONT/WILL/WONT when already in the requested mode. Chris Osborn 2018-03-26 15:45:47 -07:00
  • 7ba448a6d4 Merge branch 'master' of https://github.com/fozztexx/tcpser Chris Osborn 2018-03-18 16:01:59 -07:00
  • d20d5685d4 usec can only count to one million. Put overflow into sec. Chris Osborn 2018-03-18 16:01:22 -07:00
  • 57d4244ee1 Merge pull request #8 from ksherlock/patch-3 FozzTexx 2017-05-08 19:14:58 -07:00
  • 4f6aedf2fe Cleanup wrapped line. Chris Osborn 2017-05-08 19:14:17 -07:00
  • c48aeb7188 use NULL ip address for ip232 server ksherlock 2017-05-08 22:09:20 -04:00
  • 6cb72448a3 Merge pull request #6 from ksherlock/patch-1 FozzTexx 2017-05-08 18:52:01 -07:00
  • 2e66f37e3b Merge pull request #7 from ksherlock/patch-2 FozzTexx 2017-05-08 18:51:36 -07:00
  • a11446c2fb comparison of 0 > unsigned expression is always false [-Wtautological-compare] ksherlock 2017-05-08 21:06:01 -04:00
  • 874326935e Logical and should be bitwise and ksherlock 2017-05-08 21:00:44 -04:00
  • 8812faf218 Move LDFLAGS to end. Chris Osborn 2017-04-03 08:05:40 -07:00
  • 3ee549e2e3 Fix signed/unsigned problems when looking for telnet IAC. Chris Osborn 2016-07-07 10:48:31 -07:00
  • 321b2ff260 Make sure 8-bit connection is open in both directions. Chris Osborn 2016-06-16 14:43:27 -07:00
  • 9bf371d40b Be sure to reset telnet/socket parameters before using. Chris Osborn 2016-06-15 17:30:22 -07:00
  • 62b801cd81 Try to negotiate binary mode when 7S1/8N1 is detected. Chris Osborn 2016-06-05 17:22:10 -07:00
  • 77c80aeb25 Actually use the detected parity. Chris Osborn 2016-05-27 12:44:44 -07:00
  • 550bf677cd Don't use chars as ints. Chris Osborn 2016-05-27 11:54:59 -07:00
  • f9e5ca9b23 Improved parity detection. Chris Osborn 2016-05-26 10:32:38 -07:00
  • 395ad3001a Added names for S registers. Chris Osborn 2016-05-26 08:46:59 -07:00
  • d4819e2435 Added missing -p instructions. Chris Osborn 2016-05-26 08:00:51 -07:00
  • 77b47e0eef Strip parity even if not using actual telnet protocol. Chris Osborn 2016-05-25 10:01:24 -07:00
  • 04e0abc7f7 Always strip/add parity if it is detected. Chris Osborn 2016-05-25 09:55:08 -07:00
  • 4b3dcc20d0 Send terminal speed over telnet. Chris Osborn 2016-05-25 08:05:41 -07:00
  • 72eeccd0d4 Incorporated geneb's fixes from https://github.com/geneb/tcpser. Chris Osborn 2016-05-24 18:52:54 -07:00
  • 18f40e77c4 Blank line cleanup. Chris Osborn 2016-05-24 18:39:33 -07:00
  • 5f0e28bb83 Added README.md about my changes. Chris Osborn 2016-05-24 15:44:20 -07:00
  • cbad24e90d Updated CHANGES with telnet fix. Chris Osborn 2016-05-24 15:32:05 -07:00
  • 2304321c79 Fixed bug with sending suboptions so telnet works. Chris Osborn 2016-05-24 15:29:41 -07:00
  • 223310bfa8 Removed some extra blank lines. Chris Osborn 2016-05-24 12:50:29 -07:00
  • 9c807bde6a Added parity generation. Chris Osborn 2016-05-24 09:06:48 -07:00