Software Archive
Read-only legacy content

Serial Comm

Intel_C_Intel
Employee
336 Views
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
0 Kudos
1 Reply
Steven_L_Intel1
Employee
336 Views
You should have now received a response on this from sending your request to vf-support@compaq.com

Steve
0 Kudos
Reply