zsquareplusc

Results 44 comments of zsquareplusc

maybe difficult... the description does not mention an error in that (reversed ;-) traceback. but title says seg fault, so memory issues like accessing a part of the memory not...

depends on the protocol of the device (how it reacts to "noise") if there is a login prompt, sending newlines is probably harmless. so writing \r\n and read from the...

`miniterm` intentionally outputs extra info / interacts on `stderr`, so that its output could be redirected, e.g. with `miniterm /dev/ttyACM1 | tee output.txt` to debug even lower level, using the...

- Are you testing a fresh checkout where #96 is already committed? - Not many adapters seem to support RS485, i think ido not have a single one. - the...

`colorama` tries to provide facilities to make colorful command line programs portable and only supports a small set of other escape codes. A bigger problem also that it uses regexp...

You did not specify a port. Try adding `-p hwgewp://prolific` or the corresponding `/dev/ttyUSBx` device name. The boards seems to support BSL but has some jumpers that must be set...

There is a `src/win32` directory with the sources for the missing `simpleio` library. Actually, there is also a binary checked in, that could be copied to the same directory as...

psychopy seems to have its own implementation for the parallel port, I don't think it has anything to do with pyparallel?! A german computer magazine had an article on how...

Well, looking at https://github.com/psychopy/psychopy/blob/master/psychopy/parallel/__init__.py looks like different code and no sign of pyparallel. reading from the parallel port may only work in ECP/EPP mode and not in the older simple...

It may be easier to use an external hardware such as a [pyBoard](https://micropython.org/) (can be connected via USB) or a Raspberry Pi (e.g.via Ethernet).