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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top