Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in reading data from serial port

Former Member
0 Likes
521

Hi Experts,


    I am using a function module mentioned in the following link to read the data from serial port( from weighing Machine).

  

     http://scn.sap.com/thread/1766170


    If I am running the function module  in the debugging mode , the data is getting retrieved,but
    is failing to read the data in the direct execution mode..

    following are the routines which  run in debugging :

                      1.       PERFORM open_port USING commport settings.

                      2.       PERFORM read_port CHANGING input.

     any answers please..

Hi Experts,


    I am using a function module mentioned in the following link to read the data from serial port( from weighing Machine).

  

     http://scn.sap.com/thread/1766170


    If I am running the function module  in the debugging mode , the data is getting retrieved,but
    is failing to read the data in the direct execution mode..

    following are the routines which  run in debugging :

                      1.       PERFORM open_port USING commport settings.

                      2.       PERFORM read_port CHANGING input.

     any answers please..

1 REPLY 1
Read only

Former Member
0 Likes
392

This message was moderated.