sconsole

bare bones linux serial console tool
git clone http://frotz.net/git/sconsole.git
Log | Files | Refs

DateCommit messageAuthorFiles+-
2022-05-06 17:06sconsole: fix restoring stdin state on serial closeBrian Swetland2+1-2
2022-05-06 01:50docs: update readmeBrian Swetland1+41-0
2022-05-05 23:26support litex bootloader serial download protocolBrian Swetland3+467-308
2022-05-05 23:25import SFL protocol header and crc16 from LitexBrian Swetland2+74-0
2015-07-08 00:49osx support for high baud ratesShinya Suzuki1+23-0
2015-07-03 11:25add -s option to decode SWO/SWV packet streamsBrian Swetland1+150-0
2015-07-02 07:12add higher baud rates and -x command for hex outputBrian Swetland1+53-29
2015-04-30 22:09Merge pull request #1 from ianloic/masterBrian Swetland1+4-0
2015-04-30 21:14On MacOS X default the device to /dev/tty.usbserialIan McKellar1+4-0
2013-12-13 09:12print a usage message when appropriateBrian Swetland1+19-2
2013-12-13 09:05tidy up - de-indent the main loop a bitBrian Swetland1+57-56
2013-12-13 09:01add -c for nl-to-cr remap modeBrian Swetland1+11-1
2013-03-21 19:35Merge pull request #4 from colincross/masterkonkers1+16-0
2013-03-21 01:19Switch the serial port to blocking after openingColin Cross1+16-0
2013-02-01 22:25don't map LF to CRLF on outputGreg Hackmann1+1-0
2012-11-30 22:09Merge pull request #3 from machinaut/patch-1konkers1+2-0
2012-11-30 21:41Add 57600 baud rateAlex Ray1+2-0
2012-07-30 19:57Merge pull request #2 from colincross/masterkonkers2+11-4
2012-07-30 18:23Add .gitignoreColin Cross1+2-0
2012-07-30 18:22Don't print '.' for bell characterColin Cross1+9-4
2011-04-18 18:48darwin supportErik Gilling1+66-2
2011-03-01 21:53allow user to specify the logfile name (but keep the default console.log)Ohad Ben-Cohen1+4-1
2011-01-23 21:26Change exit/break escape sequence to ESC ESC.Brian Swetland1+21-8
2010-12-16 23:09s/University/Authors/ in licence headersErik Gilling1+1-1
2010-12-16 22:49initial importErik Gilling3+253-0