Giter Club home page Giter Club logo

parcp's People

Contributors

joysfera avatar mikrosk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mikrosk vman45 mfro0

parcp's Issues

Cannot get DOS version to work

Hi,
I use PARCP with the USB adapter. From Atari to linux it works great, but from DOS to linux not.

I tried it first with a Compaq DOS laptop, however I get the error

Server's Debug info: expected $4853, received $ffff

Then I remembered that I have a SyQuest driver installed.
Disabling it did not help.

Then I tried to run it from a basic DOS starting floppy:

  • created a new DOS Starting floppy from Win XP floppy format dialog.
  • Copied over parcp to it together with CWSDPMI exe files, which seem to be required
  • started the laptop with that floppy, so no other driver should be loaded. -> Same error

Then I booted that same floppy with another xp-machine (regenerated the parcpcfg of course) and got the same error there also.

It doesn't matter on which side I start the client/server.

Anything else I could try?

Client for old XT computers?

PARCP needs currently a 386... Would be great if it's useable on a XT with only 512KB RAM.

Any idea if this is possible?!?

Compiling on Linux Mint and Raspbian (maybe others) fails

But I got it working with two little changes:
parcp-usb.c:
#include <HIDAPI/hidapi.h>
to
#include <hidapi/hidapi.h>

and
Makefile.linux:
LIB_USB = -L/home/joy/Qt/HIDAPI/libusb -lHIDAPI -lusb-1.0
to
LIB_USB = -lhidapi-libusb -lusb-1.0

On both systems I did
sudo apt-get install libusb-1.0-0-dev libhidapi-dev

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.