Ive got a big problem.
I need to read data from the serial port
Ive used serialport from the toolbox , but dont know how to use it.
I used to do it on a Amiga like this
open serial("serial.device".0.2400.0) rem(open port)
repeat GW.w=readserial(0)
if gw>29 and gw<128
gewicht$=gewicht$+chr$(gw) rem(at to string)
endif
until gw=10 or gw=13 rem (stop at linefeed or return)
Closeserial 0
Now VB suposed to be easy , well i cant find it
Plzzzz help me