Skip to Content
0
Former Member
May 18, 2010 at 10:10 AM

Read COMM port using ABAP w/o third party software

2140 Views

We are implementing ECC 6.0. The first and foremost transaction is receiving of

material . We have a scenario where weight and quality data of a product

needs to be captured via serial port (COMM1).

In case of weight capturing, the local computer is connected to a

digital weight display device via COMM1 port, which has typical COMM

port properties like Parity Bits/Baud Rate/Stop Bits/Bits per second

etc. We need to read COMM Port data through ABAP (through some FM/Piece

of code/ service/Class, whichever is possible) without using any other

third party application.

Thanks