> I don't know what HOOK: does
HOOK: defines words that dispatch on the type of a value of a
variable. See the example here
http://docs.factorcode.org/content/word-HOOK__colon__,syntax.html
Here it is used to provide different implementations of a word
depending on the OS you are using.
The error says that there is no implementation of open-serial for windows.

However, you can use socat. I only tested this on linux though. Socat
will act as a repeater : it forwards any incomming packet from the
serial port to a connected client and forwards any packet from the
connected client to the serial port.

Here's the command line I used:
socat TCP-LISTEN:4161,forever,fork,reuseaddr /dev/ttyUSB0,raw,b57600
 -- or any options you want to use..

Jon

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to