it´s important to check that some hardware serial port have a buffer of serial incomming chars (serial it´s a character device), you should set it to the lowest value to don´t have many problems, i tested with some digi and others pic/atmel microcontrollers, and it´s working fine
2011/6/7 Paul Alfille <[email protected]>: > owfs does support telnet (RFC2217) control of the serial port for most > of the serial adapters. > It was tested with ser2net. > > For example, with a DS9097U adapter, instead of > > /opt/owfs/bin/owserver -d /dev/ttyS0 > > do > > /opt/owfs/bin/owserver -d 192.168.1.23:10001 # assuming that's the > right address and port. > > This has been tested with the DS9097U, DS9097E, LINK and HA5. > > Paul Alfille > > On Mon, Jun 6, 2011 at 6:06 PM, Roberto Spadim <[email protected]> wrote: >> hummm nice check >> Telnet Com Port Control is defined in RFC2217. Refer to the Help >> Guide Com Port Control Compliance at http://www.precidia.com/ >> products/documentation.html for a list of the Com Port Control >> commands supported by the Ether232Plus. >> >> >> page 28 of your datasheet >> i must test, but i think you can use it with onewire, telnet with >> serial is the rfc2217 >> check that baud rate and others events are on the same port of data >> information (RX/TX) you only need one tcp port >> >> >> >> 2011/6/6 Markus Gaugusch <[email protected]>: >>> On Jun 6, Roberto Spadim <[email protected]> wrote: >>> >>>> hum, you must check if your serial-ethernet allow change o baud rate, >>> Yes, I can change baud rate via telnet on the box. The serial data is >>> passed via another port (e.g. 1000, freely defined). >>> >>>> rts, cts, etc... using only one port, this is the 'telnet' protocol >>> Those pins are unused in my 1wire adaptor (only power stealing). So I >>> really only need RX/TX >>> >>>> in raw mode for example, you will never change baud rate, only >>>> changing parameters of box, or a file... with 'telnet' protocol you >>>> can change it without disconnecting and changing a file or a >>>> webpage... >>> >>> >>>> do you have the manual or datashhet of your serial-ethertnet box? >>> >>> Yes, this one: >>> http://www.precidia.com/downloads/user_guides/Ether232PlusUser_02-CML000057.pdf >>> (I have an Ether232 Solo, but it seems to be identical in firmware) >>> >>> thanks! >>> Markus >>> >>> -- >>> __________________ /"\ >>> Markus Gaugusch \ / ASCII Ribbon Campaign >>> markus(at)gaugusch.at X Against HTML Mail >>> / \ >>> >>> ------------------------------------------------------------------------------ >>> Simplify data backup and recovery for your virtual environment with vRanger. >>> Installation's a snap, and flexible recovery options mean your data is safe, >>> secure and there when you need it. Discover what all the cheering's about. >>> Get your free trial download today. >>> http://p.sf.net/sfu/quest-dev2dev2 >>> _______________________________________________ >>> Owfs-developers mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/owfs-developers >>> >>> >> >> >> >> -- >> Roberto Spadim >> Spadim Technology / SPAEmpresarial >> >> ------------------------------------------------------------------------------ >> EditLive Enterprise is the world's most technically advanced content >> authoring tool. Experience the power of Track Changes, Inline Image >> Editing and ensure content is compliant with Accessibility Checking. >> http://p.sf.net/sfu/ephox-dev2dev >> _______________________________________________ >> Owfs-developers mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/owfs-developers >> > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > Owfs-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/owfs-developers > > -- Roberto Spadim Spadim Technology / SPAEmpresarial ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
