serial-port

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2022-03-21
08:41
.fossil-settings/ignore-glob: Update. Leaf check-in: 6aba91adab user: ams tags: trunk
08:40
.fossil-settings/ignore-glob: New file. check-in: d3cf07d5e8 user: ams tags: trunk
2021-08-14
08:17
sbcl.lisp: Disable check for READ-INTERVAL-TIMEOUT. check-in: 5100c83824 user: ams tags: trunk
2021-04-25
07:04
README.md: Add some more references. check-in: be198265c4 user: ams tags: trunk
06:40
serial-port.asd: Add missing export for WRITE-SERIAL-PORT-STRING. check-in: ecd7f8628c user: ams tags: trunk
2021-04-24
07:35
sbcl.lisp: Put checking of read-interval-timeout in %open-serial-port. check-in: 3e2ae3f694 user: ams tags: trunk
07:29
sbcl.lisp (posix-baud-rates): Make it a defvar. check-in: 46fd13a639 user: ams tags: trunk
2021-04-23
11:19
sbck.lisp (%read-serial-port-string): Use %read-serial-port-char-from-stream. check-in: 9cf7a32f3b user: ams tags: trunk
11:05
serial-port.lisp: Rework time out code, so that we handle string time outs properly. check-in: e2aa3d36f1 user: ams tags: trunk
2021-04-22
07:40
sbcl.lisp: Fix logic for timeouts. check-in: 23a108a7a7 user: ams tags: trunk
07:10
sbcl.lisp (FIONREAD): There is no "openbsd" feature; use "bsd". check-in: 553dee1496 user: ams tags: trunk
2021-04-21
06:30
serial-port-test.lisp: Doesn't really have any tests. check-in: 79f997c5ef user: ams tags: trunk
06:06
README.md: Update. check-in: 1ffdd65a9b user: ams tags: trunk
06:05
README.md: Update. check-in: 24c875b290 user: ams tags: trunk
06:04
README.md: Update. check-in: 23b3081424 user: ams tags: trunk
05:55
sbcl.lisp: Simplify baud-rate conversion code. check-in: 1ae2aec189 user: ams tags: trunk
2021-04-19
10:33
sbcl.lisp (%write-serial-port-byte, %read-serial-port-byte): Mark BUF as DYNAMIC-EXTENT. check-in: d1548fe4f0 user: ams tags: trunk
10:30
sbcl.lisp (reverse-posix-baud-rate): Fix typo. check-in: 3f3e692de1 user: ams tags: trunk
10:22
sbcl.lisp: Change feature check. check-in: 2c0b595d84 user: ams tags: trunk
10:20
sbcl.lisp (%get-serial-port-state): Implement method. check-in: d756b6639f user: ams tags: trunk
09:55
serial-port.lisp (write-serial-port-string): Fix off-error. check-in: ca1acee670 user: ams tags: trunk
09:50
serial-port.lisp (read-serial-port-string): Fix off-error. check-in: 5a34eb87c0 user: ams tags: trunk
09:40
serial-port.lisp: Fix typo. check-in: a41b69738c user: ams tags: trunk
09:21
sbcl.lisp: Update documentation. check-in: a3842c386d user: ams tags: trunk
09:17
serial-port.lisp: Refactor; ditch string specific functions and just depend on the charachter based onces for constructing a string. check-in: c36130e299 user: ams tags: trunk
09:00
sbcl.lisp: Add FIONREAD constant for OpenBSD. check-in: 7eae156cc9 user: ams tags: trunk
08:56
sbcl.lisp: Fix up code for reading characters, implemented string read/write functions, and function for checking for input. check-in: 9b952d52b5 user: ams tags: trunk
2021-04-18
08:52
README.md: Update. check-in: 994bd9e756 user: ams tags: trunk
2021-03-29
10:25
sbcl.lisp: Random fixes. check-in: f9ad398f5b user: ams tags: trunk
08:43
serial-port-test.lisp: Add more manual tests. check-in: ed840dc510 user: ams tags: trunk
2021-03-18
16:24
sbcl.lisp: Whitespace fixes. check-in: 80122c21da user: ams tags: trunk
16:09
sbcl.lisp: Fix malform form. check-in: c7538a61a6 user: ams tags: trunk
16:00
sbcl.lisp: First attempt at timeouts. check-in: 7667168b2b user: ams tags: trunk
15:37
sbcl.lisp: Fixes. check-in: aa8fa60c96 user: ams tags: trunk
15:19
sbcl.lisp: Minor fix ups. check-in: f5bd66cb79 user: ams tags: trunk
13:14
serial-port-test.lisp: Add some "manual" tests. check-in: baf37c29bd user: ams tags: trunk
10:56
sbcl.lisp (SBCL-SERIAL-PORT): Set default value for members. check-in: 1619d82342 user: ams tags: trunk
08:43
sbcl.lisp (SET-STOP-BITS): Fix typo. check-in: 698a6b09ad user: ams tags: trunk
08:41
sbcl.lisp (SET-BAUD-RATE): Call POSIX-BAUD-RATE. check-in: a92eb94bde user: ams tags: trunk
08:17
serial-port-test.lisp: Add file. check-in: 34c30dd30f user: ams tags: trunk
08:13
serial-port.asd (WITH-SERIAL-PORT): Add macro. check-in: 4144798df4 user: ams tags: trunk
07:47
sbcl.lisp: Bug fix; SET-DATA-BITS should call SET-TERMIOS-FLAG. check-in: 865c3a31cb user: ams tags: trunk
2021-03-15
20:16
README.md: Uppdate. check-in: 28776495e3 user: ams tags: trunk
20:16
sbcl.lisp: More untested cleanups. check-in: 88b9f84274 user: ams tags: trunk
20:03
serial-port.lisp: More error checking. check-in: ab3b20c4de user: ams tags: trunk
10:25
sbcl.lisp: Reset stop bit if stop-bit is 1. check-in: 49dfa5ae78 user: ams tags: trunk
10:20
sbcl.lisp: Cleanups. check-in: 89c9f41276 user: ams tags: trunk
2021-03-14
21:11
sbcl.lisp: Minor fixups. check-in: a2d45983a0 user: ams tags: trunk
21:06
sbcl.lisp: Mention MARK/SPACE parity. check-in: 213dbbe1e6 user: ams tags: trunk
21:04
sbcl.lisp: Fix up code somewhat; most probobly broken at this stage. check-in: ce46e443e2 user: ams tags: trunk