473,487 Members | 2,451 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

I have ODE - A97 flavor and a complete set of the tools that came with it

MLH
Should mscomm32.ocx have accompanied the installation fileset?
Nov 13 '05 #1
9 1113
MLH wrote:
Should mscomm32.ocx have accompanied the installation fileset?


Nope. The Readme file that should have been installed with the ODE lists
all of the included files and I don't see that one in the list.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #2
MLH
>MLH wrote:
Should mscomm32.ocx have accompanied the installation fileset?


Nope. The Readme file that should have been installed with the ODE lists
all of the included files and I don't see that one in the list.


xxxxxxxxxxxxxxxxxxxxxxxxxx
Well, if it didn't come with it, that's probably a sure sign that I'm
not entitled to use or distribute it. What would I have to buy if I
really wanted to use it? I'm not sure that I do, but am curious
enough to ask.
Nov 13 '05 #3
MLH wrote:
MLH wrote:
Should mscomm32.ocx have accompanied the installation fileset?


Nope. The Readme file that should have been installed with the ODE
lists all of the included files and I don't see that one in the
list.


xxxxxxxxxxxxxxxxxxxxxxxxxx
Well, if it didn't come with it, that's probably a sure sign that I'm
not entitled to use or distribute it. What would I have to buy if I
really wanted to use it? I'm not sure that I do, but am curious
enough to ask.


What part of it do you think you want to use? AFAIK the only functionality that
can't be done with an API call is the TreeView.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #4
MLH
Oh, I thought it had some serial-comm functionality
built in. Maybe not?
Nov 13 '05 #5
MLH wrote:
Oh, I thought it had some serial-comm functionality
built in. Maybe not?


Oh, I always confuse that one with the common dialog control. You're correct
that MSCOMM can ube used that way, but I have no idea if it can be distributed
or if so what is required to do so. It's possible that it just comes with
Windows and as long as you use late binding you can do what you want without
worrying about distributing it.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #6
MLH
I'll probably forget about acquiring it or buying whatever s'ware
licenses its use. If I can manage to master the use of the
kernel32 & writefile and the related com port access tools,
I will go that route. Not having much success right now, so
there's another thread in which I'm soliciting input from the
gurus on that subject.
Nov 13 '05 #7
Bri


MLH wrote:
MLH wrote:
Should mscomm32.ocx have accompanied the installation fileset?


Nope. The Readme file that should have been installed with the ODE lists
all of the included files and I don't see that one in the list.

xxxxxxxxxxxxxxxxxxxxxxxxxx
Well, if it didn't come with it, that's probably a sure sign that I'm
not entitled to use or distribute it. What would I have to buy if I
really wanted to use it? I'm not sure that I do, but am curious
enough to ask.


It came with my copy of VB6. I use it in a POS app that needs to print
to a serial receipt printer. Its a pain that it didn't come with the
Access ODE and its a pain to install too. If I could have found another
way to communicate with the serial printer, I would have done that
instead. Its also a pain to have an extra VB app as an intermediary
between Access and the printer.

--
Bri

Nov 13 '05 #8
MLH
Ouch. That's not very encouraging. I mean, inability to communicate
w/ serial printer w/o that tool. I haven't used a serial printer in
a long time, so I haven't noticed that. But one would think that
there were serial printer drivers in windows that would handle the
need. I certainly would have expected so if I'd attached one to my
dev box. Totally sux. Thx for the 'heads up' on it. BTW (and not that
it matters) but what serial printer are you using?
It came with my copy of VB6. I use it in a POS app that needs to print
to a serial receipt printer. Its a pain that it didn't come with the
Access ODE and its a pain to install too. If I could have found another
way to communicate with the serial printer, I would have done that
instead. Its also a pain to have an extra VB app as an intermediary
between Access and the printer.


Nov 13 '05 #9
Bri
It is a Star SCP700 Receipt Printer. It does have Windows Printer
Drivers, but there were problems with them. They were PAINFULLY SLOW to
process and print as they converted all output to raster graphics (ie
didn't use any of the built in fonts in the printer). It was taking 5-10
seconds per inch of receipt. We decided to do straight DOS style send
ASCII characters straight to the Printer. Now a 10 inch receipt prints
in about a second (instead of over a minute). Sure they don't look as
pretty, but they don't have customers walking off without the receipt
because they can't wait for it.

The MSCOMM control was the only way I could find to send ASCII down the
COMM port directly. Perhaps someone out there has worked out an API
method that would eliminate the control, but I haven't been able to find it.

--
Bri

MLH wrote:
Ouch. That's not very encouraging. I mean, inability to communicate
w/ serial printer w/o that tool. I haven't used a serial printer in
a long time, so I haven't noticed that. But one would think that
there were serial printer drivers in windows that would handle the
need. I certainly would have expected so if I'd attached one to my
dev box. Totally sux. Thx for the 'heads up' on it. BTW (and not that
it matters) but what serial printer are you using?

It came with my copy of VB6. I use it in a POS app that needs to print
to a serial receipt printer. Its a pain that it didn't come with the
Access ODE and its a pain to install too. If I could have found another
way to communicate with the serial printer, I would have done that
instead. Its also a pain to have an extra VB app as an intermediary
between Access and the printer.

Nov 13 '05 #10

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

Similar topics

33
2958
by: Steven Bethard | last post by:
I feel like this has probably been answered before, but I couldn't find something quite like it in the archives. Feel free to point me somewhere if you know where this has already been answered. ...
5
2553
by: Brakeshoe | last post by:
I would like to find out how to turn on the Auto Complete variable names feature while editing source code in Visual Studio. It seems to appear on intermittantly, and when it does the variable...
5
1299
by: Allen | last post by:
In my VS2003 under the Tools Menu Item is an item : "C# to VB Converter" I don't know where it came from and want to move it to VB2005. I've searched Program Files for file with # in its name...
4
4948
ADezii
by: ADezii | last post by:
All built-in VBA Functions that deal with String handling/manipulation actually come in 2 'Flavors' such as: Left/Left$, Right/Right$, Format/Format$, Mid/Mid$, etc. This is a throw back to the...
3
1742
by: AshokG | last post by:
Hi, What are all the open source developer tools avaliable for .NET to name a few NUnit, NCover, NMock, NHibernate... I want to know the names of all the tools avaibale till the date like...
3
4001
by: TS | last post by:
I am using IE 7. I have a website running on my local machine (localhost) and auto complete doesnt work for any of the textboxes, but going to web sites on the internet does support this so i know...
17
1889
by: henry | last post by:
Folks Here's a skeleton, generic HTML page, call it "index.php". You'll see a bit of php code in the middle: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
3
1412
by: Chris Frost | last post by:
Hello all, I had a look through the FAQ and searched this forum before posting. The closest I came to an answer was this post by Dr J R Stockton from 2006. But as he/she said, the answer depends on...
0
7106
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
6967
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7137
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,...
0
7181
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7349
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
4874
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
3076
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
1381
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 ...
1
600
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.