From efb7b3b4694035afabadbedf961e6a2fadda550b Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Thu, 24 Aug 2006 16:48:49 +0000 Subject: Added call to clock_delay in comport_devicename svn path=/trunk/externals/iem/comport/; revision=5733 --- comport/comport.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'comport/comport.c') diff --git a/comport/comport.c b/comport/comport.c index dd31015..70d22a3 100644 --- a/comport/comport.c +++ b/comport/comport.c @@ -10,6 +10,7 @@ MP 20060619 implemented status outlet MP 20060620 Add DTR and RTS control, add outputs to reflect CTS and DSR states. MP 20060621 Do all the above for Windows too. MP 20060709 All status goes out the status outlet when an info message is received +MP 20060824 added clock_delay call in comport_devicename */ #include "m_pd.h" @@ -1208,6 +1209,7 @@ static void comport_devicename(t_comport *x, t_symbol *s) { x->serial_device = s; x->comhandle = open_serial(9999,x); + clock_delay(x->x_clock, x->x_deltime); } static void comport_print(t_comport *x, t_symbol *s, int argc, t_atom *argv) -- cgit v1.2.1