Commit graph

25 commits

Author SHA1 Message Date
IOhannes m zmölnig
7cfa0d75c6 drop commented ifdefs 2022-03-21 10:53:01 +01:00
IOhannes m zmölnig
b0eea92472 bump copyright boilerplate 2022-03-21 10:36:19 +01:00
IOhannes m zmölnig
c1c26bc89d bump changes 2022-03-21 10:35:30 +01:00
IOhannes m zmölnig
620021f0f5 alignment 2022-03-21 10:27:19 +01:00
IOhannes m zmölnig
d0fafb8e55 allow the user to re-enable input processing
just in case somebody needs the old behaviour
2022-03-21 10:27:06 +01:00
IOhannes m zmölnig
a679b2d459 rename x->verbose to x->x_verbose
it's really a Pd-specific member (as opposed to comport-specific)
2022-03-21 10:17:27 +01:00
IOhannes m zmölnig
9a390dd34d document x->verbose 2022-03-21 10:15:56 +01:00
IOhannes m zmölnig
38ceccda20 set_hupcl() is always implemented, so n oneed to #ifdef its invocation 2022-03-21 10:15:47 +01:00
IOhannes m zmölnig
cb4ccec942 use (t_bool) for boolean values 2022-03-21 10:15:21 +01:00
IOhannes m zmölnig
c1f00275dd use (int) for x->rxerrors 2022-03-21 10:10:13 +01:00
IOhannes m zmölnig
7cea55b373 use (int) for parity_bits 2022-03-21 10:09:09 +01:00
IOhannes m zmölnig
178bb339bf rename variables
so we have raw and cooked values separately
2022-03-21 10:07:32 +01:00
IOhannes m zmölnig
25186d308c use (int) for data_bits 2022-03-21 09:58:03 +01:00
IOhannes m zmölnig
561172f3f6 use "int" for baudrate
rather than both float and t_float (and use pointercasets...)
2022-03-21 09:53:56 +01:00
IOhannes m zmölnig
fb54e0fac8 re-grouped members for better readability 2022-03-21 09:43:42 +01:00
IOhannes m zmölnig
7db31d1ae4 whitespace 2022-03-21 09:40:46 +01:00
IOhannes m zmölnig
36cff9839a drop unused members 2022-03-21 09:39:52 +01:00
IOhannes m zmölnig
4fcbc3dcb1 Merge remote-tracking branch 'ressi/input-fix' 2022-03-21 09:30:22 +01:00
IOhannes m zmölnig
3c460d2b46 squelch unused-parameter warnings 2022-03-21 09:08:29 +01:00
IOhannes m zmölnig
ebd8348497 use pd_error() instead of error() 2022-03-21 09:03:24 +01:00
IOhannes m zmölnig
0fe7f81a66 fix spelling errors 2022-03-21 09:00:03 +01:00
Christof Ressi
3aef7dadd5 disable input processing to prevent CR -> NL substitution 2021-11-06 22:26:17 +01:00
Roman Haefeli
49cefffbb7 make fixes by mrpeach work also when compiling with mingw 2017-03-08 09:47:22 +01:00
IOhannes m zmölnig
c8e6d783bc fixed indentation 2017-02-27 23:06:42 +01:00
IOhannes m zmölnig
4b196cd642 moved comprt-code to toplevel directory
keep [bird] in subdirectory; it's just a legacy project using [comport]
2017-02-27 11:14:59 +01:00
Renamed from comport/comport.c (Browse further)