|
-
Ports
I write software to drive thermal barcoding printers that mostly use a serial
port connection. Serial is preferred to parallel because of it's ability
to send data back from the printer for flow control and status functions.
I use the standard VB comm control.
Now I have begun to hear about two way parallel ports and also something
caled a USB port. Can these be used in Visual Basic ?
-
Re: Ports
I'd say it's probably possible, but I've never done it myself. A quick look
through MSDN didn't show
any generic USB code, though there is a section on writing USB drivers (it's
possible you need a
driver to use USB).
Dan
"Bill Fosbrook" <billf@iafrica.com> wrote:
>
>I write software to drive thermal barcoding printers that mostly use a serial
>port connection. Serial is preferred to parallel because of it's ability
>to send data back from the printer for flow control and status functions.
>I use the standard VB comm control.
>
>Now I have begun to hear about two way parallel ports and also something
>caled a USB port. Can these be used in Visual Basic ?
>
-
Re: Ports
>"Bill Fosbrook" <billf@iafrica.com> wrote:
>>
>>I write software to drive thermal barcoding printers that mostly use a
serial
>>port connection. Serial is preferred to parallel because of it's ability
>>to send data back from the printer for flow control and status functions.....>>
I also write printing systems software using thermal printers, and have researched
the parallel vs. serial issue for years. The only solution I found (several
years ago) was an assembly language routine that looked directly at the port
and returned the control bit status to VB.
This worked, but unfortunately the detailed status information I was looking
for, eg. paper out, ribbon out, etc., was only provided on the serial port
by any of the numerous thermal printers I tested. None of them provided
this level of staus information on the parallel port.
Similar Threads
-
By john_smith in forum .NET
Replies: 1
Last Post: 02-20-2003, 05:15 AM
-
By mark erickson in forum .NET
Replies: 4
Last Post: 09-14-2002, 06:50 PM
-
Replies: 0
Last Post: 07-10-2001, 10:36 AM
-
By Timothy Schilbach in forum VB Classic
Replies: 2
Last Post: 07-21-2000, 10:47 AM
-
By Timothy Schilbach in forum VB Classic
Replies: 0
Last Post: 07-20-2000, 04:29 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks