programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Re: commdriver emit

From: Mike Ghan <mikeghan_at_logix-controls.com>
Date: Thu, 23 Jan 2003 08:49:44 -0800

I would guess you need to ACTIVATE the comm port after you OPEN it:

SERIAL-PORT BUILDS COM-PORT

Z" COM1" COM-PORT OPEN
COM-PORT ACTIVATE

Mike

-----Original Message-----
From: sftalk-bounce_at_forth.com [mailto:sftalk-bounce_at_forth.com]On
Behalf
Of bohms_at_msu.edu
Sent: Thursday, January 23, 2003 8:26 AM
To: sftalk_at_forth.com
Subject: [sftalk] commdriver emit

When i try to use commdriver.f

  ." test" com1 xmt write-string

works, but

  char a com1 xmt emit

apparently can't find "maxtime".
If i define maxtime with a colon rather than defer: it aborts later in
the definition.

Any thoughts?

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe sftalk" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/sftalk -- check them out!
Search the archives! Visit http://www.forth.com/search for details.
Received on Thu Jan 23 2003 - 08:49:41 PST

This archive was generated by hypermail 2.2.0 : Wed Jan 07 2009 - 03:04:04 PST