SENDING SERIAL INFORMATION TO A COMPORT

  • Thread starter Thread starter Frank Lesk
  • Start date Start date
F

Frank Lesk

Does anyone know how to have a excel cell hyperlinked to a comport so that I
can send serial inforamtion to the comport at 9600 baud rate eg 6223918>;:m><

all the poeple I ask say they can but really can;t do it
 
Try

Open "Com1:" For Input As #1
Open "Com2:" For Input As #1
Open "Com3:" For Input As #1
Open "Com4:" For Input As #1


Depending how you computer is setup some ports will work and other you will
get an error when the above lines are executed.
 
Back
Top