EmbeddedRelated.com
Forums
Memfault Beyond the Launch

How connect PC Embedded to MDB (Vending Machine)

Started by Unknown September 28, 2008
Hi!

I'm sorry but I am not English and I speack English very bad.

My question is: How connect a PC Embedded to Vending Machine? I know
that exist a protocol MDB that is used by vending machine, but this
conector is different to pc conector (RS232, USB, i2c, etc). Can I
connect a PC Embedded by MDB? How?

Anybody understand me?

Thanks you!
<juanma.freelance@gmail.com> wrote in message 
news:c4d5b1b0-ea81-446b-ba2a-4f7ebe2811c3@l64g2000hse.googlegroups.com...
> Hi! > > I'm sorry but I am not English and I speack English very bad. > > My question is: How connect a PC Embedded to Vending Machine? I know > that exist a protocol MDB that is used by vending machine, but this > conector is different to pc conector (RS232, USB, i2c, etc). Can I > connect a PC Embedded by MDB? How? > > Anybody understand me? > > Thanks you!
We understand you. Read the spec to understand what is required to connect. However, even once you have done the hardware to be able to connect to a PC's RS232 port you will, more than likely run into the problem of the 9bit char format not being supported on a std PC serial port. You can fudge it using the mark/space parity control but it is not very nice. Why don't you use ccTalk instead? www.cctalk.org regards PhilW
On 29 sep, 03:32, "PhilW" <p...@microcoin.com> wrote:
> <juanma.freela...@gmail.com> wrote in message > > news:c4d5b1b0-ea81-446b-ba2a-4f7ebe2811c3@l64g2000hse.googlegroups.com... > > > Hi! > > > I'm sorry but I am not English and I speack English very bad. > > > My question is: How connect a PC Embedded to Vending Machine? I know > > that exist a protocol MDB that is used by vending machine, but this > > conector is different to pc conector (RS232, USB, i2c, etc). Can I > > connect a PC Embedded by MDB? How? > > > Anybody understand me? > > > Thanks you! > > We understand you. > > Read the spec to understand what is required to connect. > > However, even once you have done the hardware to be able to connect to a > PC's RS232 port you will, more than likely run into the problem of the 9bit > char format not being supported on a std PC serial port. > > You can fudge it using the mark/space parity control but it is not very > nice. > > Why don't you use ccTalk instead?www.cctalk.org > > regards > PhilW
Thanks you. I dont understand all, what is "ccTalk"?? regards. Juanma.
On 29 sep, 11:11, juanma.freela...@gmail.com wrote:
> On 29 sep, 03:32, "PhilW" <p...@microcoin.com> wrote: > > > > > > > <juanma.freela...@gmail.com> wrote in message > > >news:c4d5b1b0-ea81-446b-ba2a-4f7ebe2811c3@l64g2000hse.googlegroups.com... > > > > Hi! > > > > I'm sorry but I am not English and I speack English very bad. > > > > My question is: How connect a PC Embedded to Vending Machine? I know > > > that exist a protocol MDB that is used by vending machine, but this > > > conector is different to pc conector (RS232, USB, i2c, etc). Can I > > > connect a PC Embedded by MDB? How? > > > > Anybody understand me? > > > > Thanks you! > > > We understand you. > > > Read the spec to understand what is required to connect. > > > However, even once you have done the hardware to be able to connect to a > > PC's RS232 port you will, more than likely run into the problem of the 9bit > > char format not being supported on a std PC serial port. > > > You can fudge it using the mark/space parity control but it is not very > > nice. > > > Why don't you use ccTalk instead?www.cctalk.org > > > regards > > PhilW > > Thanks you. > > I dont understand all, what is "ccTalk"?? > > regards. > Juanma.- Ocultar texto de la cita - > > - Mostrar texto de la cita -
I read a little about spec of "ccTalk", and this is other protocol, no? I need "to talk" with a vending machine. The standard of vending machine is the MDB (i think). Are you understand me? Thanks you. regards.
In article <1da3a443-e530-487a-8cb7-e4166e206414
@i76g2000hsf.googlegroups.com>, juanma.palomo@gmail.com says...
> On 29 sep, 11:11, juanma.freela...@gmail.com wrote: > > On 29 sep, 03:32, "PhilW" <p...@microcoin.com> wrote: > > > > > > > > > > > > > <juanma.freela...@gmail.com> wrote in message > > > > >news:c4d5b1b0-ea81-446b-ba2a-4f7ebe2811c3@l64g2000hse.googlegroups.com... > > > > > > Hi! > > > > > > I'm sorry but I am not English and I speack English very bad. > > > > > > My question is: How connect a PC Embedded to Vending Machine? I know > > > > that exist a protocol MDB that is used by vending machine, but this > > > > conector is different to pc conector (RS232, USB, i2c, etc). Can I > > > > connect a PC Embedded by MDB? How? > > > > > > Anybody understand me? > > > > > > Thanks you! > > > > > We understand you. > > > > > Read the spec to understand what is required to connect. > > > > > However, even once you have done the hardware to be able to connect to a > > > PC's RS232 port you will, more than likely run into the problem of the 9bit > > > char format not being supported on a std PC serial port. > > > > > You can fudge it using the mark/space parity control but it is not very > > > nice. > > > > > Why don't you use ccTalk instead?www.cctalk.org > > > > > regards > > > PhilW > > > > Thanks you. > > > > I dont understand all, what is "ccTalk"?? > > > > regards. > > Juanma.- Ocultar texto de la cita - > > > > - Mostrar texto de la cita - > > I read a little about spec of "ccTalk", and this is other protocol, > no? > > I need "to talk" with a vending machine. The standard of vending > machine is the MDB (i think). > > Are you understand me? > > Thanks you. > regards. >
Here is a USB to MDB bridge : http://www.geocities.com/bonusdata/analyzer/mdb_interface/mdb_interface. htm (sorry for the spanning) Here is the protocol : http://www.vending.org/technical/MDB_3.0.pdf www.vending.org is where you need to go for any info about MDC/ICP
On 29 sep, 16:33, James Beck <j...@reallykillersystems.com> wrote:
> In article <1da3a443-e530-487a-8cb7-e4166e206414 > @i76g2000hsf.googlegroups.com>, juanma.pal...@gmail.com says... > > > > > > > On 29 sep, 11:11, juanma.freela...@gmail.com wrote: > > > On 29 sep, 03:32, "PhilW" <p...@microcoin.com> wrote: > > > > > <juanma.freela...@gmail.com> wrote in message > > > > >news:c4d5b1b0-ea81-446b-ba2a-4f7ebe2811c3@l64g2000hse.googlegroups.com... > > > > > > Hi! > > > > > > I'm sorry but I am not English and I speack English very bad. > > > > > > My question is: How connect a PC Embedded to Vending Machine? I know > > > > > that exist a protocol MDB that is used by vending machine, but this > > > > > conector is different to pc conector (RS232, USB, i2c, etc). Can I > > > > > connect a PC Embedded by MDB? How? > > > > > > Anybody understand me? > > > > > > Thanks you! > > > > > We understand you. > > > > > Read the spec to understand what is required to connect. > > > > > However, even once you have done the hardware to be able to connect to a > > > > PC's RS232 port you will, more than likely run into the problem of the 9bit > > > > char format not being supported on a std PC serial port. > > > > > You can fudge it using the mark/space parity control but it is not very > > > > nice. > > > > > Why don't you use ccTalk instead?www.cctalk.org > > > > > regards > > > > PhilW > > > > Thanks you. > > > > I dont understand all, what is "ccTalk"?? > > > > regards. > > > Juanma.- Ocultar texto de la cita - > > > > - Mostrar texto de la cita - > > > I read a little about spec of "ccTalk", and this is other protocol, > > no? > > > I need "to talk" with a vending machine. The standard of vending > > machine is the MDB (i think). > > > Are you understand me? > > > Thanks you. > > regards. > > Here is a USB to MDB bridge :http://www.geocities.com/bonusdata/analyzer/mdb_interface/mdb_interface. > htm > (sorry for the spanning) > > Here is the protocol :http://www.vending.org/technical/MDB_3.0.pdf > > www.vending.orgis where you need to go for any info about MDC/ICP- Ocultar texto de la cita - > > - Mostrar texto de la cita -
Thanks you!! I know this all, but the "USB to MDB" is not a good solution for me, should be others solutions... I am interesting in ccTal PhilW but i dont understand how apply this to the vending machine. Thanks you. regards.
In article <3834d44e-355e-4d5f-af57-87e9ec4c0a97
@z72g2000hsb.googlegroups.com>, juanma.freelance@gmail.com says...
> On 29 sep, 16:33, James Beck <j...@reallykillersystems.com> wrote: > > In article <1da3a443-e530-487a-8cb7-e4166e206414 > > @i76g2000hsf.googlegroups.com>, juanma.pal...@gmail.com says... > > > > > > > > > > > > > On 29 sep, 11:11, juanma.freela...@gmail.com wrote: > > > > On 29 sep, 03:32, "PhilW" <p...@microcoin.com> wrote: > > > > > > > <juanma.freela...@gmail.com> wrote in message > > > > > > >news:c4d5b1b0-ea81-446b-ba2a-4f7ebe2811c3@l64g2000hse.googlegroups.com... > > > > > > > > Hi! > > > > > > > > I'm sorry but I am not English and I speack English very bad. > > > > > > > > My question is: How connect a PC Embedded to Vending Machine? I know > > > > > > that exist a protocol MDB that is used by vending machine, but this > > > > > > conector is different to pc conector (RS232, USB, i2c, etc). Can I > > > > > > connect a PC Embedded by MDB? How? > > > > > > > > Anybody understand me? > > > > > > > > Thanks you! > > > > > > > We understand you. > > > > > > > Read the spec to understand what is required to connect. > > > > > > > However, even once you have done the hardware to be able to connect to a > > > > > PC's RS232 port you will, more than likely run into the problem of the 9bit > > > > > char format not being supported on a std PC serial port. > > > > > > > You can fudge it using the mark/space parity control but it is not very > > > > > nice. > > > > > > > Why don't you use ccTalk instead?www.cctalk.org > > > > > > > regards > > > > > PhilW > > > > > > Thanks you. > > > > > > I dont understand all, what is "ccTalk"?? > > > > > > regards. > > > > Juanma.- Ocultar texto de la cita - > > > > > > - Mostrar texto de la cita - > > > > > I read a little about spec of "ccTalk", and this is other protocol, > > > no? > > > > > I need "to talk" with a vending machine. The standard of vending > > > machine is the MDB (i think). > > > > > Are you understand me? > > > > > Thanks you. > > > regards. > > > > Here is a USB to MDB bridge :http://www.geocities.com/bonusdata/analyzer/mdb_interface/mdb_interface. > > htm > > (sorry for the spanning) > > > > Here is the protocol :http://www.vending.org/technical/MDB_3.0.pdf > > > > www.vending.orgis where you need to go for any info about MDC/ICP- Ocultar texto de la cita - > > > > - Mostrar texto de la cita - > > Thanks you!! > > I know this all, but the "USB to MDB" is not a good solution for me, > should be others solutions... > > I am interesting in ccTal PhilW but i dont understand how apply this > to the vending machine.
If the vending machine does not speak CCTalk then there is no way to apply it at all, in this case. MDB/ICP is the way you will have to go. CCTalk was designed more along the lines of gaming systems and MDB was designed for vending machines and the like. Not that you couldn't use CCTalk in a vending machine, but MDB was standardized for use in them (vending machines) long ago.
On 29 sep, 17:56, James Beck <j...@reallykillersystems.com> wrote:
> In article <3834d44e-355e-4d5f-af57-87e9ec4c0a97 > @z72g2000hsb.googlegroups.com>, juanma.freela...@gmail.com says... > > > > > > > On 29 sep, 16:33, James Beck <j...@reallykillersystems.com> wrote: > > > In article <1da3a443-e530-487a-8cb7-e4166e206414 > > > @i76g2000hsf.googlegroups.com>, juanma.pal...@gmail.com says... > > > > > On 29 sep, 11:11, juanma.freela...@gmail.com wrote: > > > > > On 29 sep, 03:32, "PhilW" <p...@microcoin.com> wrote: > > > > > > > <juanma.freela...@gmail.com> wrote in message > > > > > > >news:c4d5b1b0-ea81-446b-ba2a-4f7ebe2811c3@l64g2000hse.googlegrou=
ps.com...
> > > > > > > > Hi! > > > > > > > > I'm sorry but I am not English and I speack English very bad. > > > > > > > > My question is: How connect a PC Embedded to Vending Machine?=
I know
> > > > > > > that exist a protocol MDB that is used by vending machine, bu=
t this
> > > > > > > conector is different to pc conector (RS232, USB, i2c, etc). =
Can I
> > > > > > > connect a PC Embedded by MDB? How? > > > > > > > > Anybody understand me? > > > > > > > > Thanks you! > > > > > > > We understand you. > > > > > > > Read the spec to understand what is required to connect. > > > > > > > However, even once you have done the hardware to be able to con=
nect to a
> > > > > > PC's RS232 port you will, more than likely run into the problem=
of the 9bit
> > > > > > char format not being supported on a std PC serial port. > > > > > > > You can fudge it using the mark/space parity control but it is =
not very
> > > > > > nice. > > > > > > > Why don't you use ccTalk instead?www.cctalk.org > > > > > > > regards > > > > > > PhilW > > > > > > Thanks you. > > > > > > I dont understand all, what is "ccTalk"?? > > > > > > regards. > > > > > Juanma.- Ocultar texto de la cita - > > > > > > - Mostrar texto de la cita - > > > > > I read a little about spec of "ccTalk", and this is other protocol, > > > > no? > > > > > I need "to talk" with a vending machine. The standard of vending > > > > machine is the MDB (i think). > > > > > Are you understand me? > > > > > Thanks you. > > > > regards. > > > > Here is a USB to MDB bridge :http://www.geocities.com/bonusdata/analy=
zer/mdb_interface/mdb_interface.
> > > htm > > > (sorry for the spanning) > > > > Here is the protocol :http://www.vending.org/technical/MDB_3.0.pdf > > > >www.vending.orgiswhere you need to go for any info about MDC/ICP- Ocul=
tar texto de la cita -
> > > > - Mostrar texto de la cita - > > > Thanks you!! > > > I know this all, but the "USB to MDB" is not a good solution for me, > > should be others solutions... > > > I am interesting in ccTal PhilW but i dont understand how apply this > > to the vending machine. > > If the vending machine does not speak CCTalk then there is no way to > apply it at all, in this case. =A0MDB/ICP is the way you will have to go. > CCTalk was designed more along the lines of gaming systems and MDB was > designed for vending machines and the like. =A0Not that you couldn't use > CCTalk in a vending machine, but MDB was standardized for use in them > (vending machines) long ago.- Ocultar texto de la cita - > > - Mostrar texto de la cita -
Oh James Beck, i think that you have reason. My problem is how comunicate the pc embedded with vending machine with the protocol MDB... If the unique solution the "MDB --> USB adapter"? If you sum the price that a pcembedded+adapter ... for one for machine is very expensive no? it must of having another solution, no? Thanks you! regards.
In article <29c16500-d3a1-4d46-a7d4-
59492ef13bfc@w7g2000hsa.googlegroups.com>, juanma.freelance@gmail.com=20
says...
> On 29 sep, 17:56, James Beck <j...@reallykillersystems.com> wrote: > > In article <3834d44e-355e-4d5f-af57-87e9ec4c0a97 > > @z72g2000hsb.googlegroups.com>, juanma.freela...@gmail.com says... > > > > > > > > > > > > > On 29 sep, 16:33, James Beck <j...@reallykillersystems.com> wrote: > > > > In article <1da3a443-e530-487a-8cb7-e4166e206414 > > > > @i76g2000hsf.googlegroups.com>, juanma.pal...@gmail.com says... > > > > > > > On 29 sep, 11:11, juanma.freela...@gmail.com wrote: > > > > > > On 29 sep, 03:32, "PhilW" <p...@microcoin.com> wrote: > > > > > > > > > <juanma.freela...@gmail.com> wrote in message > > > > > > > > >news:c4d5b1b0-ea81-446b-ba2a-4f7ebe2811c3@l64g2000hse.googlegr=
oups.com...
> > > > > > > > > > Hi! > > > > > > > > > > I'm sorry but I am not English and I speack English very ba=
d.
> > > > > > > > > > My question is: How connect a PC Embedded to Vending Machin=
e? I know
> > > > > > > > that exist a protocol MDB that is used by vending machine, =
but this
> > > > > > > > conector is different to pc conector (RS232, USB, i2c, etc)=
. Can I
> > > > > > > > connect a PC Embedded by MDB? How? > > > > > > > > > > Anybody understand me? > > > > > > > > > > Thanks you! > > > > > > > > > We understand you. > > > > > > > > > Read the spec to understand what is required to connect. > > > > > > > > > However, even once you have done the hardware to be able to c=
onnect to a
> > > > > > > PC's RS232 port you will, more than likely run into the probl=
em of the 9bit
> > > > > > > char format not being supported on a std PC serial port. > > > > > > > > > You can fudge it using the mark/space parity control but it i=
s not very
> > > > > > > nice. > > > > > > > > > Why don't you use ccTalk instead?www.cctalk.org > > > > > > > > > regards > > > > > > > PhilW > > > > > > > > Thanks you. > > > > > > > > I dont understand all, what is "ccTalk"?? > > > > > > > > regards. > > > > > > Juanma.- Ocultar texto de la cita - > > > > > > > > - Mostrar texto de la cita - > > > > > > > I read a little about spec of "ccTalk", and this is other protoco=
l,
> > > > > no? > > > > > > > I need "to talk" with a vending machine. The standard of vending > > > > > machine is the MDB (i think). > > > > > > > Are you understand me? > > > > > > > Thanks you. > > > > > regards. > > > > > > Here is a USB to MDB bridge :http://www.geocities.com/bonusdata/ana=
lyzer/mdb_interface/mdb_interface.
> > > > htm > > > > (sorry for the spanning) > > > > > > Here is the protocol :http://www.vending.org/technical/MDB_3.0.pdf > > > > > >www.vending.orgiswhere you need to go for any info about MDC/ICP- Oc=
ultar texto de la cita -
> > > > > > - Mostrar texto de la cita - > > > > > Thanks you!! > > > > > I know this all, but the "USB to MDB" is not a good solution for me, > > > should be others solutions... > > > > > I am interesting in ccTal PhilW but i dont understand how apply this > > > to the vending machine. > > > > If the vending machine does not speak CCTalk then there is no way to > > apply it at all, in this case. =A0MDB/ICP is the way you will have to g=
o.
> > CCTalk was designed more along the lines of gaming systems and MDB was > > designed for vending machines and the like. =A0Not that you couldn't us=
e
> > CCTalk in a vending machine, but MDB was standardized for use in them > > (vending machines) long ago.- Ocultar texto de la cita - > > > > - Mostrar texto de la cita - >=20 > Oh James Beck, i think that you have reason. >=20 > My problem is how comunicate the pc embedded with vending machine with > the protocol MDB... If the unique solution the "MDB --> USB adapter"? > If you sum the price that a pcembedded+adapter ... for one for machine > is very expensive no? it must of having another solution, no? >=20 > Thanks you! > regards. >=20
Well, if you doing a one off machine, there will never be any economy of=20 scale. If I were doing a single machine/test station, I wouldn't balk=20 at paying the price for the adapter. If I were doing thousands of them=20 I would look at doing something more task specific and cheaper. You can=20 implement the protocol yourself with some kind of adapter for the PC and=20 a communications library, but that would be what the specification is=20 for.
On 29 sep, 20:29, James Beck <j...@reallykillersystems.com> wrote:
> In article <29c16500-d3a1-4d46-a7d4- > 59492ef13...@w7g2000hsa.googlegroups.com>, juanma.freela...@gmail.com > says... > > > > > On 29 sep, 17:56, James Beck <j...@reallykillersystems.com> wrote: > > > In article <3834d44e-355e-4d5f-af57-87e9ec4c0a97 > > > @z72g2000hsb.googlegroups.com>, juanma.freela...@gmail.com says... > > > > > On 29 sep, 16:33, James Beck <j...@reallykillersystems.com> wrote: > > > > > In article <1da3a443-e530-487a-8cb7-e4166e206414 > > > > > @i76g2000hsf.googlegroups.com>, juanma.pal...@gmail.com says... > > > > > > > On 29 sep, 11:11, juanma.freela...@gmail.com wrote: > > > > > > > On 29 sep, 03:32, "PhilW" <p...@microcoin.com> wrote: > > > > > > > > > <juanma.freela...@gmail.com> wrote in message > > > > > > > > >news:c4d5b1b0-ea81-446b-ba2a-4f7ebe2811c3@l64g2000hse.google=
groups.com...
> > > > > > > > > > Hi! > > > > > > > > > > I'm sorry but I am not English and I speack English very =
bad.
> > > > > > > > > > My question is: How connect a PC Embedded to Vending Mach=
ine? I know
> > > > > > > > > that exist a protocol MDB that is used by vending machine=
, but this
> > > > > > > > > conector is different to pc conector (RS232, USB, i2c, et=
c). Can I
> > > > > > > > > connect a PC Embedded by MDB? How? > > > > > > > > > > Anybody understand me? > > > > > > > > > > Thanks you! > > > > > > > > > We understand you. > > > > > > > > > Read the spec to understand what is required to connect. > > > > > > > > > However, even once you have done the hardware to be able to=
connect to a
> > > > > > > > PC's RS232 port you will, more than likely run into the pro=
blem of the 9bit
> > > > > > > > char format not being supported on a std PC serial port. > > > > > > > > > You can fudge it using the mark/space parity control but it=
is not very
> > > > > > > > nice. > > > > > > > > > Why don't you use ccTalk instead?www.cctalk.org > > > > > > > > > regards > > > > > > > > PhilW > > > > > > > > Thanks you. > > > > > > > > I dont understand all, what is "ccTalk"?? > > > > > > > > regards. > > > > > > > Juanma.- Ocultar texto de la cita - > > > > > > > > - Mostrar texto de la cita - > > > > > > > I read a little about spec of "ccTalk", and this is other proto=
col,
> > > > > > no? > > > > > > > I need "to talk" with a vending machine. The standard of vendin=
g
> > > > > > machine is the MDB (i think). > > > > > > > Are you understand me? > > > > > > > Thanks you. > > > > > > regards. > > > > > > Here is a USB to MDB bridge :http://www.geocities.com/bonusdata/a=
nalyzer/mdb_interface/mdb_interface.
> > > > > htm > > > > > (sorry for the spanning) > > > > > > Here is the protocol :http://www.vending.org/technical/MDB_3.0.pd=
f
> > > > > >www.vending.orgiswhereyou need to go for any info about MDC/ICP- O=
cultar texto de la cita -
> > > > > > - Mostrar texto de la cita - > > > > > Thanks you!! > > > > > I know this all, but the "USB to MDB" is not a good solution for me=
,
> > > > should be others solutions... > > > > > I am interesting in ccTal PhilW but i dont understand how apply thi=
s
> > > > to the vending machine. > > > > If the vending machine does not speak CCTalk then there is no way to > > > apply it at all, in this case. =A0MDB/ICP is the way you will have to=
go.
> > > CCTalk was designed more along the lines of gaming systems and MDB wa=
s
> > > designed for vending machines and the like. =A0Not that you couldn't =
use
> > > CCTalk in a vending machine, but MDB was standardized for use in them > > > (vending machines) long ago.- Ocultar texto de la cita - > > > > - Mostrar texto de la cita - > > > Oh James Beck, i think that you have reason. > > > My problem is how comunicate the pc embedded with vending machine with > > the protocol MDB... If the unique solution the "MDB --> USB adapter"? > > If you sum the price that a pcembedded+adapter ... for one for machine > > is very expensive no? it must of having another solution, no? > > > Thanks you! > > regards. > > Well, if you doing a one off machine, there will never be any economy of > scale. =A0If I were doing a single machine/test station, I wouldn't balk > at paying the price for the adapter. =A0If I were doing thousands of them > I would look at doing something more task specific and cheaper. =A0You ca=
n
> implement the protocol yourself with some kind of adapter for the PC and > a communications library, but that would be what the specification is > for.- Ocultar texto de la cita - > > - Mostrar texto de la cita -
Oh, I see that you understand me :) I need to create adapter for MDB to any port (serial?) the PC ... it is difficult? I know computer science, but the electronic... :( any idea? Thanks you! regards.

Memfault Beyond the Launch