![]() |
|
|||||||
| Programmer's Corner Discussion forum for all aspects of programming and software engineering. Any software programming language welcome: C, C++, C#, Fortran, Java, Matlab, etc. |
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
How we can access com port and display data from com port usin Microsoft Excel
|
|
#2
|
||||
|
||||
|
I don't believe Excel will input a file from the COM port, but a comma delineated text file transferred into the computer can be read and understood by the application. Just recall which folder has the file and open it with Excel.
__________________
First comes the hardware, then the software. |
|
#3
|
||||
|
||||
|
You can add Visual Basic code to Excel sheets. Use that to interface with the computer's serial port.
Won't be easy afaik, because you don't have direct access to the ports in XP/Vista and need extra software for that. |
|
#4
|
|||
|
|||
|
Hi,
This is possible. The thing you should do is to know how to use ODBC Control in VB. After creating ODBC link, you can store any data to Excel even from Serial port. Visit this link and Get more details of it: http://www.bigresource.com/VB-plotti...WTWT8R2Eo.html I will post a Story about this on my blog soon, so visit my blog without forgetting.
__________________
![]() ![]() ![]() -----------------------------------------------------------------------
Visit My Blog:http://edode.blogspot.com ----------------------------------------------------------------------- |
|
#5
|
|||
|
|||
|
B&B Electronics makes some low cost serial bus DAQ modules that give you delimited data. Once you have that it's a snap to import it into Excel
eric
__________________
REAL men don't need voltmeters. |
|
#6
|
||||
|
||||
|
__________________
Measurement changes behaviour |
|
#7
|
|||
|
|||
|
What you have given is a Complete application, that looks after the Serial port but If we need to design the Basic controls of our own wish, we can go for VC++ or VB with ODBC links.
__________________
![]() ![]() ![]() -----------------------------------------------------------------------
Visit My Blog:http://edode.blogspot.com ----------------------------------------------------------------------- |
|
#8
|
|||
|
|||
|
Quote:
Alberto |
|
| Bookmarks |
| Tags |
| excel, rs232 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RS232 to RS485 | meera | Computing and Networks | 2 | 07-16-2008 06:43 AM |
| Connecting PIC16F877 to Accelerometer and RS232 to Computer | CVMichael | Embedded Systems and Microcontrollers | 3 | 06-28-2008 12:20 AM |
| Rs232 | Terp | General Electronics Chat | 5 | 06-23-2008 07:49 PM |
| RS232 and RS485 Serial BUS | bctang | Embedded Systems and Microcontrollers | 1 | 02-20-2008 10:45 AM |
| Rs232 Cts / Rts monitor change on external device | rhebert | General Electronics Chat | 2 | 11-06-2007 03:53 AM |