Send to the serial port by Mscomm32.ocx (MSComm Control)?

pitt95
Member Posts: 8
Hello,
1) Try to send a string from NAV2009R2 to the customer's DVR (the serial port 2) directly by using Mscomm32.ocx, but nothing can be output to the customer’s DVR.
Name DataType Subtype Length
ComControl OCX Microsoft Communications Control, version 6.0
vOutputString1 Text 1024
<Control1101239002> - OnPush()
vOutputString1 := 'SOR00001';
ComControl.CommPort := 2;
ComControl.Settings := '9600,N,8,1';
ComControl.InputMode := 0;
ComControl.InputLen :=0;
ComControl.PortOpen := TRUE;
ComControl.Output := vOutputString1;
ComControl.PortOpen := FALSE;
2) However, if I run the following commands in DOS firstly and then click the button in NAV, the string can be output to the DVR successfully.
C:\> mode com2: baud=9600 parity=n data=8 stop=1
C:\> copy C:\test\myfile.txt com2
For example,
myfile.txt includes two lines as following
12345
7890abcd
The customer DVR’s screen shows:
12345
7890abcd
SOR00001
It seems that some settings are not enabled in NAV and DOS command can active them.
Does anyone have any ideas?
1) Try to send a string from NAV2009R2 to the customer's DVR (the serial port 2) directly by using Mscomm32.ocx, but nothing can be output to the customer’s DVR.
Name DataType Subtype Length
ComControl OCX Microsoft Communications Control, version 6.0
vOutputString1 Text 1024
<Control1101239002> - OnPush()
vOutputString1 := 'SOR00001';
ComControl.CommPort := 2;
ComControl.Settings := '9600,N,8,1';
ComControl.InputMode := 0;
ComControl.InputLen :=0;
ComControl.PortOpen := TRUE;
ComControl.Output := vOutputString1;
ComControl.PortOpen := FALSE;
2) However, if I run the following commands in DOS firstly and then click the button in NAV, the string can be output to the DVR successfully.
C:\> mode com2: baud=9600 parity=n data=8 stop=1
C:\> copy C:\test\myfile.txt com2
For example,
myfile.txt includes two lines as following
12345
7890abcd
The customer DVR’s screen shows:
12345
7890abcd
SOR00001
It seems that some settings are not enabled in NAV and DOS command can active them.
Does anyone have any ideas?
0
Comments
-
For communicating with COM ports I created own Automation around Serial Port class in .NET. It is much better, it is working even with terminal services and mapped ports.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions