Yes i try what u wrote but not work.I know VB. and i use mscom and set mscom to com port 2 i put a text box and com.ocx and a timer timer invertal=100 ms
timer codes:
Text1.Text = Text1.Text & msc.CommEvent
and i can only read 00000000000000...... nothing else i check the board 10 times everything is ok!
when i chance the baudrate like N9600 to another something comes but like 1001 or 1004 after i try basic thigs like
'''''''''''''''code start
Include "modedefs.bas"
b1 var byte
b1=100
loop:
serout portb.2,n9600,["deneme:",#b1,13,10]
pause 5000
goto loop:
end
'''''''''''''''code ends
and again nothing only 000000000...... comes to the screen
plz give me an basic example like code only send to pc "hello world"
and if u know VB. give me an example how to read
thanx for your interest.