-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set baudrate from Client? #239
Comments
As i found in serial/serbridge.c there must be some kind of NVT implementation (RFC 2217). Can you provide some examples for this? I played around a bit, but not success :-( Tried to set the baudrate with this sequence: As seen in RFC document:
|
The setting of the baud rate should work, as you describe, but I have to admit I'm not sure I've actually tested the baud rate setting specifically. I tested the other ones for sure 'cause I use them, but I may have missed the baud rate one. |
BTW, the debug log should print stuff about telnet, such as |
You're right. First, one need to send a "WILL" command first, as you said: BUT: there is an issue with it, tough. If i send the command again, the rates will mix up:
I think the problem is here, in serial/serbridge.c line 177: |
Ugh, thanks for flagging the issue. I'll apply your fix! |
Great! Thank you for the fast support. Is there an official documentation (wiki) to tell about the NVT feature and give examples how to use it? If any help is needed here, i would be proud to help. |
According to jeelabs#239 this commit fixes a bug, when setting baudrate from Telnet control commands (NVT) more than once.
Bugfix for issue #239 (setting baudrate via NVT)
Well, i am still issing some userland documentation about the Telnet command features. Where abd how could this bin done? Is there a "official" homepage/wiki for this project? |
I've tried to setup esp-link with HW-Group Virtual COM driver. It supports some of RFC2217 Telnet commands. It refuse to work because esp-link expects |
Ooops, I never saw your further comments. I agree with you, PR welcome ;-) |
Let me mention that that is another driver which potentially might be used |
@zalexua not maintained anymore. |
How can a client set/change the baudrate of esp-link?
I am using a virtual COM port driver from http://www.hw-group.com/products/hw_vsp/index_en.html to create a local COM on the client. On the other side it connects through the esp-link Telnet port.
As far as i know, i can only change baud in webgui of esp.
The text was updated successfully, but these errors were encountered: