- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Sir,
Understand that the CVF able to perform basic I/O function through the RS232 com port by using SPORT_XXX commands. Have written the following program:
*****************************
SUBROUTINE testrs
USE DFLIB
INTEGER(4) iresult
iresult = SPORT_SET_STATE(1, 9600, 0, 8, 1)
iresult = SPORT_CONNECT(1, 0)
iresult = SPORT_WRITE_LINE(1, 'Testing123', 0)
iresult = SPORT_SHOW_STATE(1, 0)
END
***************************************
The hyperterm of the other PC shown unreadable characters and the output screen of the CVF PC shown Com 1 is set to 1200 baud. Could you kindly advice where is my mistake and how should I proced from here?
Thankyou.
Kai San
Understand that the CVF able to perform basic I/O function through the RS232 com port by using SPORT_XXX commands. Have written the following program:
*****************************
SUBROUTINE testrs
USE DFLIB
INTEGER(4) iresult
iresult = SPORT_SET_STATE(1, 9600, 0, 8, 1)
iresult = SPORT_CONNECT(1, 0)
iresult = SPORT_WRITE_LINE(1, 'Testing123', 0)
iresult = SPORT_SHOW_STATE(1, 0)
END
***************************************
The hyperterm of the other PC shown unreadable characters and the output screen of the CVF PC shown Com 1 is set to 1200 baud. Could you kindly advice where is my mistake and how should I proced from here?
Thankyou.
Kai San
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should have now received a response on this from sending your request to vf-support@compaq.com
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page