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

Documentation for commands sent to watch #4

Closed
jockm opened this issue Jun 23, 2022 · 1 comment
Closed

Documentation for commands sent to watch #4

jockm opened this issue Jun 23, 2022 · 1 comment

Comments

@jockm
Copy link

jockm commented Jun 23, 2022

Here is a snippet of code from uc2000dt.cpp

	Sleep(100);
	comPort->writeSerialPort(0x18);
	if (runAferLoad) {
		Sleep(100);
		comPort->writeSerialPort(0x07);
		Sleep(100);
		comPort->writeSerialPort(0x18);
	}

I have been trying to find documentation for what these various hex constants (0x07, 0x11, 0x18, etc) being sent do. For example if I wanted to write a modern BASIC interpreter and use my UC-2000 as the display, how could I find out the commands to send to do that?

It's quite possible I have simply missed it, apologies in advance if I have

@azya52
Copy link
Owner

azya52 commented Apr 29, 2023

Hello!
Very embarrassing, but I just now saw your message, GitHub for some reason did not send notifications about new issues :(
Regarding your question: if still relevant, then some codes can be found here - https://web.archive.org/web/20201129075800/http://www.sigma957.org/uc_comm.html

@azya52 azya52 closed this as completed Nov 19, 2023
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

No branches or pull requests

2 participants