Integration with digitizer

Hi all, Has anyone integrated Navision with digitizers before? The digitizer is connected using RS232 and there are no OCX or DLL. Fyi, the digitizer is used for weighing the container on the weigh-bridge. Any hints/suggestions would be very helpful. Thanks a lot.

i had a RS232 interface DLL once, whith which you could access the RS232 port and read and write text onto it. you can load it as an automation server and than use it in your code.

Hi, thanks for your response. Do you think if it is possible that I take a look at your RS232 DLL? I would like to see how it is done. Thanks.

MSCOMM32.OCX from Microsoft is available for serial communications.

Hi Jack, thanks for the feedback. Will check out the MScomm32.ocx provided by Microsoft.