aboutsummaryrefslogtreecommitdiff
path: root/comport
AgeCommit message (Collapse)Author
2010-09-11uploaded package to ↵Hans-Christoph Steiner
http://git.debian.org/?p=pkg-multimedia/pd-comport.git;a=summary svn path=/trunk/externals/iem/comport/; revision=14069
2010-09-11added Windows makefile to the dist tarballHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=14068
2010-09-11fix lintian error that quilt is requiredHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=14061
2010-09-11prep to retag and re-release clean tarballs with Makefile updatesHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=14048
2010-09-07updated to Makefile version 1.0.3Hans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=13994
2010-09-07prepping for upload to DebianHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=13983
2010-09-05added override_dh_strip target from pd-wiimote to strip things properlyHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=13978
2010-09-05updated Makefile to latest versionHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=13977
2010-09-05added -svn to version after release tarball has been placed on SourceForge ↵Hans-Christoph Steiner
downloads svn path=/trunk/externals/iem/comport/; revision=13975
2010-08-24updated to Makefile version 1.0.2Hans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=13928
2010-08-19rm LICENSE.txt and create symlink to Debian common license filesHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=13843
2010-08-19corrected to be LGPL-2.1Hans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=13842
2010-08-19added siretart's gbp.conf file to force prisine-tar with git-buildpackageHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=13840
2010-08-18get building with debuildHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=13831
2010-08-17debianized using the library templateHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=13824
2010-03-18switched %f to %g in warning/error messages so that trailing 0s don't get ↵Hans-Christoph Steiner
printed svn path=/trunk/externals/iem/comport/; revision=13227
2010-03-18added support for 'Abstract Control Model' tty's for things like the Arduino ↵Hans-Christoph Steiner
Teensy that use USB-CDC svn path=/trunk/externals/iem/comport/; revision=13225
2010-03-17Checks that the port is open before writing to its buffer.Martin Peach
svn path=/trunk/externals/iem/comport/; revision=13221
2010-02-04seems MinGW and VC don't agree on the content of an OVERLAPPED struct. Martin Peach
svn path=/trunk/externals/iem/comport/; revision=13143
2010-02-03Got rid of some more warnings in the MinGW version. Martin Peach
svn path=/trunk/externals/iem/comport/; revision=13142
2010-02-02Got rid of a warning about the float com_num being printed as int by ↵Martin Peach
printing it as float. svn path=/trunk/externals/iem/comport/; revision=13133
2010-02-02sprintf_s only works on MSVC. MinGW uses sprintf.Martin Peach
svn path=/trunk/externals/iem/comport/; revision=13132
2010-02-01Changed some sprintf calls to sprintf_s in the _WIN32 sections.Martin Peach
svn path=/trunk/externals/iem/comport/; revision=13129
2010-02-01Use a 16384-byte buffer for send and another for receive. Read and write ↵Martin Peach
occur during comport_tick(), the clock callback, so any data written since the previous tick will be sent in a single write. Callback rate is now adjustable via the [pollintervall( message which defaults to 1ms (usually that's faster than the dsp block rate so the dsp rate takes precedence.) svn path=/trunk/externals/iem/comport/; revision=13128
2010-01-31fix build-bug introduced by mrpeach's multibyte readIOhannes m zmölnig
svn path=/trunk/externals/iem/comport/; revision=13121
2010-01-29Attempt to make reception more efficient in linux by reading the number of ↵Martin Peach
bytes actually available instead of one at a time. Added an rxerrors output for the info message. First 10 rxerrors print to console with errno/LastError. svn path=/trunk/externals/iem/comport/; revision=13118
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/externals/iem/comport/; revision=11724
2009-05-16win returnmusil
svn path=/trunk/externals/iem/comport/; revision=11387
2009-05-14removed extraneous testHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=11368
2009-05-14made [comport] handle arguments more gracefully and made it throw an error ↵Hans-Christoph Steiner
if it can't open the serial port svn path=/trunk/externals/iem/comport/; revision=11367
2008-09-21fixed mrpeach's changes so that now it compiles again on non-win32IOhannes m zmölnig
svn path=/trunk/externals/iem/comport/; revision=10305
2008-09-16cleaned up the help patch some more...Martin Peach
svn path=/trunk/externals/iem/comport/; revision=10290
2008-09-16Fixed Windows stop bit settings (tracker# 1944125) so that 1, 1.5 or 2 stop ↵Martin Peach
bits can be set. svn path=/trunk/externals/iem/comport/; revision=10289
2007-11-13Correctly set port index when opened by name on linux & OSX.Martin Peach
svn path=/trunk/externals/iem/comport/; revision=8991
2007-10-17removed the "-Werror"IOhannes m zmölnig
svn path=/trunk/externals/iem/comport/; revision=8830
2007-10-12made set_hupcl() dummy function so things build on WIN32Hans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=8804
2007-10-12Slight change at line 1017 to avoid unsigned/signed warning.Martin Peach
svn path=/trunk/externals/iem/comport/; revision=8803
2007-10-11Added list method and modified help patch. Changed hupcl so Windows doesn't ↵Martin Peach
see it. svn path=/trunk/externals/iem/comport/; revision=8802
2007-10-10added HUPCL support in an attempt to get things working better with the ↵Hans-Christoph Steiner
Arduino Diecimila svn path=/trunk/externals/iem/comport/; revision=8794
2007-07-22The ports message now outputs index / path pairs on the status outlet.Martin Peach
svn path=/trunk/externals/iem/comport/; revision=8209
2007-07-19Added 'ports' method to output list of available ports on status outlet.Martin Peach
svn path=/trunk/externals/iem/comport/; revision=8155
2006-12-29made devicename kludge more readableHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=7098
2006-12-15for windowsmusil
svn path=/trunk/externals/iem/comport/; revision=6915
2006-11-02added open status to the [info( reportHans-Christoph Steiner
svn path=/trunk/externals/iem/comport/; revision=6213
2006-10-16write_serial:Martin Peach
Windows version checks GetOverlappedResult to avoid Tx overruns CVSCVS: Committing in . svn path=/trunk/externals/iem/comport/; revision=6117
2006-10-04baud settings include all posix names, windows allows any divisorMartin Peach
svn path=/trunk/externals/iem/comport/; revision=6072
2006-10-04update to reflect new comport messagesMartin Peach
svn path=/trunk/externals/iem/comport/; revision=6071
2006-09-26added devices message to enumerate available devicesMartin Peach
info message outputs realtime status svn path=/trunk/externals/iem/comport/; revision=6028
2006-09-26update help file to match new messagesMartin Peach
svn path=/trunk/externals/iem/comport/; revision=6027
2006-09-24Added comport_enum for Windows versionMartin Peach
svn path=/trunk/externals/iem/comport/; revision=6011