View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NDBC NDBC is offline
external usenet poster
 
Posts: 204
Default using code to communicate with com1 serial port

I have a rfid tag reader that can be programmed using commands through com1
and then it will send back the tag id's based on the command.

How can I use vba to get control of com1 and send and receive information.

Thanks