Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 31st, 2004, 02:52 PM
Registered User
 
Join Date: Mar 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Getting info from serial port with VB

Please can someone help me. We are trying to set a serial barcode scanner up to read info into Access 2000. The scanner works fine if we test with Hyperterminal.

The code that I have been able to find from MSD library is as follows

MSComm1.CommPort = 2
MSComm1.Settings = "9600,N,8,1"
MSComm1.PortOpen = True

Please tell me what needs to be put in b4 this as I get an error saying "Object not found" I am not sure what Object is required and what parameters need to go with the declaration.

 
Old April 5th, 2004, 06:59 AM
Registered User
 
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Search google for
serial port vb code -.net (.net as I want to exclude it)

I found this one: (not the best i've seen, but seems to be OK)
http://www.imakenews.com/labtech/e_article000151001.cfm





Similar Threads
Thread Thread Starter Forum Replies Last Post
VB 2005 Serial Port Help willyd158 Visual Basic 2005 Basics 1 November 23rd, 2007 12:56 PM
serial port humayun Linux 0 February 20th, 2006 01:53 AM
Read text file and out to serial port VB.net noomkmitl Pro VB.NET 2002/2003 0 December 27th, 2004 08:44 AM
Serial Port johnjohn Classic ASP Databases 1 November 16th, 2004 03:08 AM
Serial Port In C NET4JAGMOHAN C++ Programming 1 January 30th, 2004 07:56 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.