Communication with Excel & External world via COM port

Aashu

New Member
Joined
Jul 31, 2006
Messages
5
Dear Friends,

Most of us have used different softwares, by which any hex/ASCII data can be send to external components such as thermal printers etc. by selecting required baud & other communication parameters. I want to know that is this logic possible by using Excel i.e. if any cell of Excel sheet say "A5" contains a hex data, then how it can be sent to external world from the same worksheet with "19200 baudrate, 1stop bit, none parity" via serial communication port of PC?
Suggest if any reference material or tutorial available for this purpose.

Thanks & Warm Regards,
-----------------------
Aashu
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
I have been trying, without success so far, to autodial telephone numbers to my modem on COM3. There are methods of doing the job, but they use unwanted userforms.

There are methods using Visual Basic by downloading .OCX comm control(s)and putting into a userform. Or API.

Try a Google search for "visual basic serial com"

I am also experimenting with MSDOS batch files. In particular the MODE command has various forms to direct printer data to a COM port instead of a printer.
 
Upvote 0
Dear Brian,
Thanks for guiding me. Actually I thought that we can do magic in Excel, so serial communication could be simple through excel. I will try for communicating with external world with Excel via COM port & if I got success, I will let other people know. I know how to use VB for communicating with COM port but I tried that whether the same is possible with Excel.


Best Regards,
-----------------
Aashu
 
Upvote 0

Forum statistics

Threads
1,224,898
Messages
6,181,625
Members
453,058
Latest member
rmd0725

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top