cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: A little lost

From: Rayston <rayston_at_gmail.com>
Date: Tue, 11 Jul 2006 08:57:24 -0700

Actually I think I figured it out. I actually need to make sure the data
itself is expressed in 7E1 parity before I transmit it, which still has
nothing to do with cURL so thanx anyways. BTW they are requiring this
because they legacy support dial terminals that are 20 years old.

Thanx

Rayston

On 7/11/06, curl-users-request_at_cool.haxx.se <curl-users-request_at_cool.haxx.se>
wrote:
>
> Send curl-users mailing list submissions to
> curl-users_at_cool.haxx.se
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
> or, via email, send a message with subject or body 'help' to
> curl-users-request_at_cool.haxx.se
>
> You can reach the person managing the list at
> curl-users-owner_at_cool.haxx.se
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of curl-users digest..."
>
>
> Today's Topics:
>
> 1. A little lost (Rayston)
> 2. Re: A little lost (Ralph Mitchell)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 10 Jul 2006 15:34:07 -0700
> From: Rayston <rayston_at_gmail.com>
> Subject: A little lost
> To: curl-users_at_cool.haxx.se
> Message-ID:
> <7021dc9b0607101534g634e9ceg6a091bd3fde11b58_at_mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello all, I am new to the list and to curl.
>
> I am trying to develop a Payment Module for Zen-Cart to send transactions
> to
> a gateway.
>
> This gateway has the requirement that I have to send the data in 7E1
> Format.
> 7 Data Bits, Even Parity, 1 Stop Bit. Is this a parameter that could be
> controlled by cURL? or am I barking up the wrong tree?
>
> Thank you
>
> Rayston
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://cool.haxx.se/pipermail/curl-users/attachments/20060710/86d1766f/attachment.html
>
> ------------------------------
>
> Message: 2
> Date: Mon, 10 Jul 2006 17:47:24 -0500
> From: "Ralph Mitchell" <ralphmitchell_at_gmail.com>
> Subject: Re: A little lost
> To: "the curl tool" <curl-users_at_cool.haxx.se>
> Message-ID:
> <997a524e0607101547s9ca0a07t31adeb101e81eb42_at_mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> I'd say you're pretty much barking up the wrong tree. 7E1 is
> something that you'd set up on a serial line, such as when connecting
> via a modem. Are they expecting you to dialin?? If you can connect
> over the Internet, then 7E1 is more or less irrelevant.
>
> Ralph Mitchell
>
>
> On 7/10/06, Rayston <rayston_at_gmail.com> wrote:
> >
> > Hello all, I am new to the list and to curl.
> >
> > I am trying to develop a Payment Module for Zen-Cart to send
> transactions to
> > a gateway.
> >
> > This gateway has the requirement that I have to send the data in 7E1
> Format.
> > 7 Data Bits, Even Parity, 1 Stop Bit. Is this a parameter that could be
> > controlled by cURL? or am I barking up the wrong tree?
> >
> > Thank you
> >
> >
> > Rayston
>
>
> ------------------------------
>
> _______________________________________________
> curl-users mailing list
> curl-users_at_cool.haxx.se
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
>
>
> End of curl-users Digest, Vol 11, Issue 5
> *****************************************
>
Received on 2006-07-11