mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #226] Serial Port Communication #172
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#172
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @snmed on GitHub (Jan 17, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/226
Hi
Thanks a lot for your great work. I have a little question, i've created a little ui with tview for our hardware (Linux Appliance) and it is working well on a virtual console. Unfortunately it won't work over a serial port, is there any chance to get this work with tview?
Best regards,
snmed
@rivo commented on GitHub (Jan 22, 2019):
Hi,
I'm not very familiar with consoles over serial ports. Generally, for questions regarding specific terminals, I'd like to redirect you to
tcellas that is whattviewuses. Iftcellcan be made to work for your scenario,tviewwill automatically work there, too.Cheers.