Sign in

username:

password:



Not a member?

Search basicx



Search tips

Subscribe to basicx



basicx by Keywords

Accelerometer | ADC | ADXL | Adxl20 | AVR | BasicStamp | BX-35 | BX28 | BX35 | COM3 | Compiler | Downloader | EEPROM | Electromagnet | GetADC | GP2D1 | GPS | I2C | IDE | Keypad | LCD | LCD+ | MIDI | Motors | Multitasking | Netmedia | Networking | PCB | PID | PlaySound | PWM | Relays | RTC | Servo | ShiftOut | SitePlayer | SPI | Stack | Timer | USB

Ads

Discussion Groups

Discussion Groups | BasicX | An Emancipated Network

Discussion forum for the BasicX family of microcontroller chips.

An Emancipated Network - Bruce J. Weimer, M.D. - Jul 15 21:25:00 2002

Hi!

I'm interested in building an "emancipated" (peer-to-peer not
master-slave) network for distributed parallel processing. The BX01 has
built-in RS485 networking capabilities that look promising, but does
anyone know if the protocol avoids/detects/corrects data collisions?
Are there any known problems running the network peer-to-peer?

Thanks in advance.

Bruce.





(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )


Re: An Emancipated Network - Tony Brenke - Jul 15 23:49:00 2002

there is a data read code for a failed tx.

bxNetOk = 0 No errors
bxNetNoResponse = 1 No response from remote system
bxNetBusy = 255 Network command in progress

the same is for putnetwork

bxNetOk = 0 No errors
bxNetNoResponse = 1 No response from remote system
bxNetBusy = 255 Network command in progress

--- "Bruce J. Weimer, M.D." <> wrote:
> Hi!
>
> I'm interested in building an "emancipated" (peer-to-peer not
> master-slave) network for distributed parallel processing. The BX01 has
> built-in RS485 networking capabilities that look promising, but does
> anyone know if the protocol avoids/detects/corrects data collisions?
> Are there any known problems running the network peer-to-peer?
>
> Thanks in advance.
>
> Bruce. >

__________________________________________________





(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )

Re: An Emancipated Network - Bruce J. Weimer, M.D. - Jul 16 9:39:00 2002

Hi!

Thank you! But then what does this warning mean:

'Known Bugs

If another node on the network attempts to transmit a network packet
simultaneously, the processor may hang.'

Does the processor that "hangs" try again, does it eventually timeout
returning with a "bxNetBusy" response , does it crash and burn becoming
inactive or does it do something else? I'm concerned that the network
could lose active nodes over time.

Bruce.

Tony Brenke wrote:

> there is a data read code for a failed tx.
>
> bxNetOk = 0 No errors
> bxNetNoResponse = 1 No response from remote system
> bxNetBusy = 255 Network command in progress
>
> the same is for putnetwork
>
> bxNetOk = 0 No errors
> bxNetNoResponse = 1 No response from remote system
> bxNetBusy = 255 Network command in progress >
>
> --- "Bruce J. Weimer, M.D." <> wrote:
> > Hi!
> >
> > I'm interested in building an "emancipated" (peer-to-peer not
> > master-slave) network for distributed parallel processing. The BX01
> has
> > built-in RS485 networking capabilities that look promising, but does
> > anyone know if the protocol avoids/detects/corrects data collisions?
> > Are there any known problems running the network peer-to-peer?
> >
> > Thanks in advance.
> >
> > Bruce.
> >
> >
> >
> >
> >
> >
> >
> > __________________________________________________
>
> Yahoo! Groups Sponsor
> <http://us.a1.yimg.com/us.yimg.com/a/le/lensexpress/lensexpress_468x60b.gif>
>
> Click here to find your contact lenses!
> <http://rd.yahoo.com/M=225674.2075964.3644785.1829184/D=egroupweb/S=1706554205:HM/A=1153174/R=7/*http://www.lensexpress.com >
> > .

[Non-text portions of this message have been removed]





(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )

Re: An Emancipated Network - Tony Brenke - Jul 16 11:28:00 2002

I do nt know as I have never had this happen.
it has always returned a 255 for me and not hung. --- "Bruce J. Weimer, M.D." <> wrote:
> Hi!
>
> Thank you! But then what does this warning mean:
>
> 'Known Bugs
>
> If another node on the network attempts to transmit a network packet
> simultaneously, the processor may hang.'
>
> Does the processor that "hangs" try again, does it eventually timeout
> returning with a "bxNetBusy" response , does it crash and burn becoming
> inactive or does it do something else? I'm concerned that the network
> could lose active nodes over time.
>
> Bruce.
>
> Tony Brenke wrote:
>
> > there is a data read code for a failed tx.
> >
> > bxNetOk = 0 No errors
> > bxNetNoResponse = 1 No response from remote system
> > bxNetBusy = 255 Network command in progress
> >
> > the same is for putnetwork
> >
> > bxNetOk = 0 No errors
> > bxNetNoResponse = 1 No response from remote system
> > bxNetBusy = 255 Network command in progress
> >
> >
> >
> >
> > --- "Bruce J. Weimer, M.D." <> wrote:
> > > Hi!
> > >
> > > I'm interested in building an "emancipated" (peer-to-peer not
> > > master-slave) network for distributed parallel processing. The BX01
> > has
> > > built-in RS485 networking capabilities that look promising, but does
> > > anyone know if the protocol avoids/detects/corrects data collisions?
> > > Are there any known problems running the network peer-to-peer?
> > >
> > > Thanks in advance.
> > >
> > > Bruce.
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > __________________________________________________
> >
> > Yahoo! Groups Sponsor
> > <http://us.a1.yimg.com/us.yimg.com/a/le/lensexpress/lensexpress_468x60b.gif>
> >
> > Click here to find your contact lenses!
> >
>
<http://rd.yahoo.com/M=225674.2075964.3644785.1829184/D=egroupweb/S=1706554205:HM/A=1153174/R=7/*http://www.lensexpress.com>
>
> >
> >
> >
> > > . >
>
> [Non-text portions of this message have been removed] >

__________________________________________________





(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )