Serial Interface

stefano77stefano77 Member Posts: 5
Good Evening
How Can I interface Navision With Serial Port For read from and for write on it?
I have to do this for interface navision with a Libra...
Thanks in Advance

Best Regards
Stefano Cominotti

Comments

  • Revolution1210Revolution1210 Member Posts: 161
    This post may be of help, some code examples using mscomm32

    http://www.mibuso.com/forum/viewtopic.php?t=22998
    Ian

    www.NextEqualZero.com
    A technical eye on Dynamics NAV
  • steallosteallo Member Posts: 21
    Good Morning I try the code in the post, sending work, receiving don't work...I put the code in the OnTimer trigger and i see is that the return value of property InBufferCount is always 0 so i try to blank this control and to do only:

    CommCtrl.RThreshold := 0;
    Receive := CommCtrl.Input;
    CommCtrl.RThreshold := 1;

    Receive is a text variable....this code don't work!!!!!
    any suggestion please?
    Thnks in Advance
    Best Regards
Sign In or Register to comment.