Discussion forum for the BasicX family of microcontroller chips.
|
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. |
|
|
|
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. > __________________________________________________ |
|
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] |
|
|
|
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] > __________________________________________________ |