Application Development 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 COMM port using ABAP w/o third party software

0 Kudos

I have worked with the function module presented here: Read COMM port using ABAP w/o third party software

Function module works fine, I am able to Read data from serial port..

Problem is when i use function module in program , it shows garbage data

actual output in FM = ##1bH 04855## but same in FM used in program

garbage shows output as = #1bH##"C+*#.

Plz Help me for this issue,

Its urgent.

2 REPLIES 2

moshenaveh
Community Manager
Community Manager
0 Kudos
Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with https://community.sap.com/resources/questions-and-answers (if you haven't already), as it provides tips for preparing questions that draw responses from our members.
Should you wish, you can revise your question by selecting Actions, then Edit.
Finally, if you're hoping to connect with readers, please consider adding a picture to your profile. Here's how you do it: https://www.youtube.com/watch?v=F5JdUbyjfMA&list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS. By personalizing your profile with a photo of you, you encourage readers to respond.

Jelena
Active Contributor

Since there have been no replies so far, I must be not the only one confused by the question. How exactly do you obtain "actual output in FM" and how exactly is FM called from a program? What have you tried so far to troubleshoot this?