48 Commits

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