RE: API Serial Functions

2004-04-24 Thread Christopher Relf
aranteed. > Subject: Re: RE: API Serial Functions > From: <[EMAIL PROTECTED]> > > ...I have just started developing with the MarshallSoft library, but it does appear > the DLL functions without being registered. It is my understanding that distribution > is free of royalties. > > Allen Weekley

RE: API Serial Functions

2004-04-08 Thread Michael Aivaliotis
rt' > Cc: 'Scott Hannahs'; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: API Serial Functions > > > What Albert Geven describes is NOT an alternative to VISA, it > still uses VISA. AFAIK there is NO option, you must use VISA. > Am I the only one who thinks we're beating a dead horse here? > > No offence intended Bill > > Michael Aivaliotis

RE: API Serial Functions

2004-04-08 Thread PJ M
Scott >the Mac it is trivial. just open up a file to /dev/tty.USA28X1915P1.1 I can see how trivial this is "/dev/tty.USA28X1915P1.1"  !   :P No offense intended, just though it "look" funny. PJMDo you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway - Enter today

RE: API Serial Functions

2004-04-08 Thread Scott Hannahs
At 1:17 PM -0400 4/6/04, Michael Aivaliotis wrote: >Ok, I guess a definition is required for the term "VISA" because I think we are on >different wavelengths. When I speak of VISA, I >mean any call (from LabVIEW) of the "VISA Read" and "VISA Write" functions. That is my definition as well. But to

RE: API Serial Functions

2004-04-08 Thread Michael Aivaliotis
Ok, I guess a definition is required for the term "VISA" because I think we are on different wavelengths. When I speak of VISA, I mean any call (from LabVIEW) of the "VISA Read" and "VISA Write" functions. Distribution of the VISA support files are a different story. You can use NI's method or co

Re: API Serial Functions

2004-04-08 Thread Craig Graham
Michael Aivaliotis wrote: > No software installation required? I agree that the DLL you mentioned > is an alternative to consider but it still must be installed and > registered on the system, no? I like the cost of it $105 instead of > $565 for VISA however. Do the MarshallSoft DLL's have licencin

Re: API Serial Functions

2004-04-08 Thread Bill Gilbert
Thanks once again Albert! You don't need to hurry for me, but I think it would great to have access to an alternative to VISA for serial comms in LV. -BG [EMAIL PROTECTED] wrote: Hi my email address has changed. see below about the serial lib: we have a shell that makes it possible to use the

Re: API Serial Functions

2004-03-30 Thread Scott Hannahs
Yes, and I have updated them and they are available . The gotcha is that they use traditional serial port calls and since LV 7.0 those calls are now routed thru VISA. There is also a native VISA version that is much more robust and simpler. It is a great

Re: API Serial Functions

2004-03-30 Thread Bill Gilbert
How about the NLSerial functions that were written at Philips Research by Albert Geven & co? Are they still in the list archives? I still have a copy. Not sure how they would feel about someone distributing them for profit, but you could ask. Here is Albert's address from the doc file(old): Albe

RE: API Serial Functions

2004-03-21 Thread C. Allen Weekley
; Cc: Info LabVIEW (E-mail) Subject: RE: API Serial Functions "C. Allen Weekley" <[EMAIL PROTECTED]> wrote: >Yes. My company manufactures a variety of instruments that communicate >solely with serial. We have been using NI-VISA and are happy with it, >but NI-VISA requires a

API Serial Functions

2004-03-21 Thread C. Allen Weekley
Hello, Has anyone written VI's to perform serial I/O using functions in kernel32.dll? Allen Weekley

API Serial Functions

2004-03-21 Thread C. Allen Weekley
Hello, Has anyone written VI's to perform serial I/O using functions in kernel32.dll? Allen Weekley

RE: API Serial Functions

2004-03-21 Thread C. Allen Weekley
: API Serial Functions At 4:27 PM -0800 3/8/04, C. Allen Weekley wrote: >Has anyone written VI's to perform serial I/O using functions in >kernel32.dll? Allen, Why re-invent the wheel? Actually the people who did this are the people who wrote the VISA library. Any reason not to use

API Serial Functions

2004-03-21 Thread C. Allen Weekley
Hello, Has anyone written VI's to perform serial I/O using functions in kernel32.dll? Allen Weekley

RE: API Serial Functions

2004-03-10 Thread Jim Kring
e- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jim Kring > Sent: Wednesday, March 10, 2004 1:00 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: 'Info LabVIEW (E-mail)' > Subject: RE: API Serial Functions > > > Allen, > &g

RE: API Serial Functions

2004-03-10 Thread Jim Kring
> -Original Message- > From: Rolf Kalbermatter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 09, 2004 1:28 AM > To: 'C. Allen Weekley' > Cc: Info LabVIEW (E-mail) > Subject: RE: API Serial Functions > > > "C. Allen Weekley" <[EMAIL PROTECT

RE: API Serial Functions

2004-03-10 Thread Scott Hannahs
At 10:31 AM -0600 3/10/04, [EMAIL PROTECTED] wrote: >I just wanted to let you know that starting with LabVIEW 7.0, NI-VISA for >Serial only is now included when you have LabVIEW PDS build the application >and installer distribution. That's less than 400 KB of VISA files on the >target system and d

RE: API Serial Functions

2004-03-10 Thread dan . mondrik
g> Subject: RE: API Serial Functions Sent by:

RE: API Serial Functions

2004-03-10 Thread Scott Hannahs
At 7:31 PM -0800 3/8/04, C. Allen Weekley wrote: >Yes. My company manufactures a variety of instruments that communicate >solely with serial. We have been using NI-VISA and are happy with it, >but NI-VISA requires an installation that is often larger than the >application we supply to our custome

RE: API Serial Functions

2004-03-09 Thread Lewis Drake
I am interested in having the capability (of not using VISA) for the same reasons as you. Please let me know if you are able to find a substitute for the VISA serial functions. Lewis Drake Process Automation Corporation Belle Mead, NJ 908 359-1011 www.processauto.com

RE: API Serial Functions

2004-03-09 Thread Rolf Kalbermatter
"C. Allen Weekley" <[EMAIL PROTECTED]> wrote: >Yes. My company manufactures a variety of instruments that communicate >solely with serial. We have been using NI-VISA and are happy with it, >but NI-VISA requires an installation that is often larger than the >application we supply to our customers

Re: API Serial Functions

2004-03-09 Thread Rolf Kalbermatter
"C. Allen Weekley" <[EMAIL PROTECTED]> wrote: >Has anyone written VI's to perform serial I/O using functions in >kernel32.dll? Why would you want to do that? It's a pain in the ass, will only work under Windows and be likely a lot of work before you even can start communicating with your device.

Re: API Serial Functions

2004-03-08 Thread Scott Hannahs
At 4:27 PM -0800 3/8/04, C. Allen Weekley wrote: >Has anyone written VI's to perform serial I/O using functions in >kernel32.dll? Allen, Why re-invent the wheel? Actually the people who did this are the people who wrote the VISA library. Any reason not to use their work? -Scott