who have ever used hyper terminal? It is installed on all the
computer which has a windows system. Start->program->accessory-
>communication->hyper terminal.
This is usually used to send out data to COM port and receive data.Just
set the port to the suitable port such as COM 1.etc.
I typed 8 characters on hyper terminal "01A00000" by hand, it will send
out to RS232 port which has a device there to receive the data(16F87?
microchip). There is a program in the chip to receive the data.(It uses getc
() of PIC C language). Then I try to send the data one by one by using Visual Basic:
MSCOMM1.output="0"
MSCOMM1.output="1"
MSCOMM1.output="A"......
But it sounds that the data format sent out is different for Hyper
terminal and Visual Basic.
Do you know what kind of difference it is for the data sent out by
hyper terminal and VB:MSCOMM1.output?
Actually I am making a program by VB to send out data same as hyper
terminal.
computer which has a windows system. Start->program->accessory-
>communication->hyper terminal.
This is usually used to send out data to COM port and receive data.Just
set the port to the suitable port such as COM 1.etc.
I typed 8 characters on hyper terminal "01A00000" by hand, it will send
out to RS232 port which has a device there to receive the data(16F87?
microchip). There is a program in the chip to receive the data.(It uses getc
() of PIC C language). Then I try to send the data one by one by using Visual Basic:
MSCOMM1.output="0"
MSCOMM1.output="1"
MSCOMM1.output="A"......
But it sounds that the data format sent out is different for Hyper
terminal and Visual Basic.
Do you know what kind of difference it is for the data sent out by
hyper terminal and VB:MSCOMM1.output?
Actually I am making a program by VB to send out data same as hyper
terminal.