473,508 Members | 2,206 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Serial Port Communication

Hello, can anyone point me in the right direction for communicating with
a serial port from within MS-Access? I have searched the web and cannot
find anything that will help me get started. The help screens within Access
are also not being helpful. Basically, all I am wanting to do is send and
receive signals (on and off) from a serial port relay box (a COM I/O box).
Any help or advice would be GREATLY appreciated.

Thanks,
Mark


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Nov 12 '05 #1
5 8246
On Thu, 13 May 2004 09:21:09 -0400, "Mark Valk"
<mv***@valkindustries.com> wrote:

Use mscomm.ocx already on your computer.
-Tom.

Hello, can anyone point me in the right direction for communicating with
a serial port from within MS-Access? I have searched the web and cannot
find anything that will help me get started. The help screens within Access
are also not being helpful. Basically, all I am wanting to do is send and
receive signals (on and off) from a serial port relay box (a COM I/O box).
Any help or advice would be GREATLY appreciated.

Thanks,
Mark


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----


Nov 12 '05 #2
Thanks much, it looks like that is what I was looking for...I just didn't
know it existed for sure and what it was called.

Appreciate it,
Mark

"Tom van Stiphout" <to*****@no.spam.cox.net> wrote in message
news:cb********************************@4ax.com...
On Thu, 13 May 2004 09:21:09 -0400, "Mark Valk"
<mv***@valkindustries.com> wrote:

Use mscomm.ocx already on your computer.
-Tom.

Hello, can anyone point me in the right direction for communicating witha serial port from within MS-Access? I have searched the web and cannot
find anything that will help me get started. The help screens within Accessare also not being helpful. Basically, all I am wanting to do is send andreceive signals (on and off) from a serial port relay box (a COM I/O box).Any help or advice would be GREATLY appreciated.

Thanks,
Mark


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Nov 12 '05 #3
"Mark Valk" <mv***@valkindustries.com> wrote:
Hello, can anyone point me in the right direction for communicating with
a serial port from within MS-Access? I have searched the web and cannot
find anything that will help me get started. The help screens within Access
are also not being helpful. Basically, all I am wanting to do is send and
receive signals (on and off) from a serial port relay box (a COM I/O box).


To add to Tom's posting.see the Serial Port Communications page at my web site.
http://www.granite.ab.ca/access/serialport.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #4
"Tony Toews" <tt****@telusplanet.net> schrieb im Newsbeitrag
news:t4********************************@4ax.com...
"Mark Valk" <mv***@valkindustries.com> wrote:
Hello, can anyone point me in the right direction for
communicating with
a serial port from within MS-Access? I have searched the web and
cannot
find anything that will help me get started. The help screens within
Access
are also not being helpful. Basically, all I am wanting to do is send
and
receive signals (on and off) from a serial port relay box (a COM I/O
box).


To add to Tom's posting.see the Serial Port Communications page at my
web site.
http://www.granite.ab.ca/access/serialport.htm

....and download open codesamples (unfortunately in german) at
www.accessproipool.de

Peter
Nov 12 '05 #5
Try CrystalComm from Crystal Software inc., it's excellent. I've tried
WinWedge but have to say that I found Crystal faster & easier to use.
Plus WinWedge has a single user licence only so yo will have to add
£350 or so to each user for their licence. So if you update an app
with a comms function for 5 users then they have to pay about another
£1800 before you're charges, not always possible. Crystal's is a
purchase & issue plus as I say easier to use & setup.

Regards Bill
Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
8794
by: Andreas Horneff | last post by:
Hi @ all, I've got a problem with serial communication in Borland C++ Builder. I've already found a lot of stuff about serial communication in the internet, but it dosen't work. What I want...
11
7058
by: sarah | last post by:
hI, I have a project. I need to realise serial communication between PC and Altera FPGA in c or c++. The function of FPGA is working well. it can send data to uart. Does anybody know how to...
4
4724
by: Vidya Bhagwath | last post by:
Hello Experts, I am porting the C++ code into the Visual C#.NET. My C++ code is mainly based on the serial communication. So I am using the windows structure such as DCB.. etc and the windows...
7
2731
by: Michael Chong | last post by:
I wrote a program that communicate with SerialComm. In every 300 milliseconds, my program continuously send & receive data via the serial port once the program starts. My program is once in a...
4
11155
by: joe bloggs | last post by:
I am writing a mobile application to interface with a legacy system and I am planning to use web services to communicate with this system. The legacy system receives data through a serial port. ...
0
1972
by: usagimys | last post by:
Hi all, i'm very new in serial port communication.. here i got some problem in writing to the serial port.. i have done the connection successfully.. let me explain my situation.. i'm doing a system...
4
4790
by: max_mont | last post by:
Hi all, I'm a newbie in .NET technology. I've already developed Serial communication applications in C++ (WIN32). And I wanted to migrate to .NET technology. There is a serial component in...
0
4544
by: ghjk | last post by:
I want to read sms from GSM modem using C# in serial communication. I wrote the code. But i want to do it automatically. I put my code here and please tell me how can i do it automatically. ...
2
8243
by: Adrian Chen | last post by:
please help me! I come across a problem. Now I develop a finger print management system which is based on B/S.When users click a button in the web pages, a device connected to the COM1 serial port...
0
2891
by: Dhananjay | last post by:
Hi, I am working on an VB.Net application which I want to communicate to external device using comm port (Serial Port) . So for that first I am trying to simulate the communication on serial...
0
7225
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7326
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7046
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7498
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5053
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4707
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3194
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1557
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
418
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.