Skip to content
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

RX/TX Bar #147

Merged
merged 5 commits into from
Jun 15, 2015
Merged

RX/TX Bar #147

merged 5 commits into from
Jun 15, 2015

Conversation

spatializes
Copy link
Contributor

What's this PR do?

Adds a status bar for displaying transmission events between the host and serial device. RX will flash blue when data is received from the connected device. TX will flash red when data is sent to the connected device.

Where should the reviewer start?

Pull this branch to see the new status bar below the debug output.

How should this be manually tested?

Connect a BASIC Stamp. Load in some looping code. Download code to the board. Notice the red flashing TX on download. Notice the blue flashing RX as debug information is sent to the host.

Any background context you want to provide?

Using flux with a new transmission store. Actions are dispatched from the device store when rx/tx events are found.

What are the relevant tickets?

References #78

Screenshots (if appropriate)

image

@spatializes spatializes changed the title Rxtx ui RX/TX Bar Jun 12, 2015
outputConsole.style.overflow = 'auto';
outputConsole.style.whiteSpace = 'pre-wrap';
el.appendChild(outputConsole);
}
if(!transmission) {
transmission = document.createElement('div');
transmission.id = 'transmission';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need to add an ID

@spatializes
Copy link
Contributor Author

updated based on comments above.

@spatializes
Copy link
Contributor Author

updated with timeout changes

phated added a commit that referenced this pull request Jun 15, 2015
@phated phated merged commit 83c873e into master Jun 15, 2015
@phated phated deleted the rxtxUI branch June 15, 2015 23:49
@urbantumbleweed urbantumbleweed added this to the Sprint 5 milestone Jun 18, 2015
@phated phated removed their assignment Jan 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants