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 |
|