View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default Reading the pin voltage fm RS232 port into excel by using VBA

Oscar,

VB6 comes with an MSComm control that allows data collection / read /
write over serial ports.

You'll probably get better help on using it in the VB newsgroups.

HTH,
Bernie
MS Excel MVP

"oscar" wrote in message
...
Is there any way in VBA to read or write a bit to RS232 port?
Just like INP / OUT did in QBASIC.

Thanks for anyone could give me a helping hand

Oscar