aboutsummaryrefslogtreecommitdiff
path: root/comport
AgeCommit message (Expand)Author
2015-09-16getting rid of some warningsHEADsvn2git-headexternals/iem/comportIOhannes m zmölnig
2015-09-16use pd_error or comport_verbose instead of postIOhannes m zmölnig
2015-09-16comport@w32: if ReadFile returns ERROR_IO_PENDING, don't report an errorIOhannes m zmölnig
2015-09-11strip non-ascii charactersIOhannes m zmölnig
2015-07-05Break should work on Windows too.Martin Peach
2015-07-05Added break method to set or clear serial line break (continuous stream of ze...Martin Peach
2012-10-20fix typo that breaks Windows buildHans-Christoph Steiner
2012-10-15bumped version to v0.2 for releaseHans-Christoph Steiner
2012-03-09instead of just closing a lost connection, retry for a settable number of triesHans-Christoph Steiner
2012-03-07set default poll time to 10ms since for most uses of serial at 115200 baud or...Hans-Christoph Steiner
2012-03-07cleaned up a couple error messagesHans-Christoph Steiner
2012-03-07after select(), if both ioctl() and read() return a 0 count, assume that we l...Hans-Christoph Steiner
2012-03-07added comport# to close log message and used pd_error() to report all errors ...Hans-Christoph Steiner
2011-09-28post version message with verbose(-1, ) so it shows up at log level 3Hans-Christoph Steiner
2011-04-13In non MSW version, don't post messages about baud rate unless verbose is set.Martin Peach
2010-12-21updated Makefile to latest versionHans-Christoph Steiner
2010-09-22fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable thatHans-Christoph Steiner
2010-09-15remove -mcpu/-mtune flags as it breaks x64 build. we should eventually figure...mescalinum
2010-09-11uploaded package to http://git.debian.org/?p=pkg-multimedia/pd-comport.git;a=...Hans-Christoph Steiner
2010-09-11added Windows makefile to the dist tarballHans-Christoph Steiner
2010-09-11fix lintian error that quilt is requiredHans-Christoph Steiner
2010-09-11prep to retag and re-release clean tarballs with Makefile updatesHans-Christoph Steiner
2010-09-07updated to Makefile version 1.0.3Hans-Christoph Steiner
2010-09-07prepping for upload to DebianHans-Christoph Steiner
2010-09-05added override_dh_strip target from pd-wiimote to strip things properlyHans-Christoph Steiner
2010-09-05updated Makefile to latest versionHans-Christoph Steiner
2010-09-05added -svn to version after release tarball has been placed on SourceForge do...Hans-Christoph Steiner
2010-08-24updated to Makefile version 1.0.2Hans-Christoph Steiner
2010-08-19rm LICENSE.txt and create symlink to Debian common license filesHans-Christoph Steiner
2010-08-19corrected to be LGPL-2.1Hans-Christoph Steiner
2010-08-19added siretart's gbp.conf file to force prisine-tar with git-buildpackageHans-Christoph Steiner
2010-08-18get building with debuildHans-Christoph Steiner
2010-08-17debianized using the library templateHans-Christoph Steiner
2010-03-18switched %f to %g in warning/error messages so that trailing 0s don't get pri...Hans-Christoph Steiner
2010-03-18added support for 'Abstract Control Model' tty's for things like the Arduino ...Hans-Christoph Steiner
2010-03-17Checks that the port is open before writing to its buffer.Martin Peach
2010-02-04seems MinGW and VC don't agree on the content of an OVERLAPPED struct. Martin Peach
2010-02-03Got rid of some more warnings in the MinGW version. Martin Peach
2010-02-02Got rid of a warning about the float com_num being printed as int by printing...Martin Peach
2010-02-02sprintf_s only works on MSVC. MinGW uses sprintf.Martin Peach
2010-02-01Changed some sprintf calls to sprintf_s in the _WIN32 sections.Martin Peach
2010-02-01Use a 16384-byte buffer for send and another for receive. Read and write occu...Martin Peach
2010-01-31fix build-bug introduced by mrpeach's multibyte readIOhannes m zmölnig
2010-01-29Attempt to make reception more efficient in linux by reading the number of by...Martin Peach
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
2009-05-16win returnmusil
2009-05-14removed extraneous testHans-Christoph Steiner
2009-05-14made [comport] handle arguments more gracefully and made it throw an error if...Hans-Christoph Steiner
2008-09-21fixed mrpeach's changes so that now it compiles again on non-win32IOhannes m zmölnig
2008-09-16cleaned up the help patch some more...Martin Peach