I just hit a problem with hbtpathy. It will not send chr(13).
All the other codes that I need it to transmit are OK.
Does anyone know what may be causing this?
I will try to make a self contained loopback test soon.
Thanks
Barry

----------snip------------
Com_Send(prt,CHR(13))
----------snip------------

FUNCTION Com_Send ( pt, sendstr )
LOCAL nTimeout:=1
tp_send( pt, sendstr, nTimeout )
RETURN nil
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to