Tag Archives: C2N Emulator

Software updates!

Within the Software page of my main website I’ve just made a few updated packages available. These include: C2NEmu GUI client, including Raspbian binaries IECHost GUI client, including Raspbian binaries iechost-utils, including Raspbian binaries Stay tuned for more!

Posted in Retrocomputing, Technical | Tagged , , , , , , , , , , , , | Leave a comment

Software updates!

Following my recent development for the C2NEmu GUI client, I published version 2.3 binaries of it, along with version 4.4 of the DC2N4-LC Windows GUI client and version 2.11 of the IECHost Windows GUI client, within my Software page. Enjoy!

Posted in Retrocomputing, Technical | Tagged , , , , , , , , , , | Leave a comment

C2N Emulator GUI client WIP #3

Solved! It turns out that when calling GetCommConfig the third parameter has to be set to the size in bytes of the buffer pointed by the second parameter, which is typical for a number of win32 API functions: HANDLE hPort; COMMCONFIG … Continue reading

Posted in Retrocomputing, Technical | Tagged , , , , , , | Leave a comment

C2N Emulator GUI client WIP #2

I managed to do some testing around GetCommConfig under Windows 10 and I found out a very odd behavior. If I try to add a call to GetLastError when GetCommConfig fails, then GetCommConfig does not fail any longer: /* Configure the port */ fSuccess = … Continue reading

Posted in Retrocomputing, Technical | Tagged , , , , , , | Leave a comment

C2N Emulator GUI client WIP

I am working at an update of the C2N Emulator GUI client as I noticed that under Windows 10 there seem to be problems invoking the GetCommConfig function. Everything works fine under Windows XP. Oddly enough, I had this sort of … Continue reading

Posted in Retrocomputing, Technical | Tagged , , , , , , | Leave a comment

C2N Emulator multi-threaded GUI client available now

In the last couple of days I’ve done some work and testing on my multi-threaded C2NEmu GUI client so I am happy to share binaries for Windows and Linux here.

Posted in Retrocomputing, Technical | Tagged , , , , , , | Leave a comment

C2N Emulator multi-threaded GUI client development started

After work today I started the development of the multi-threaded GUI client for my C2N Emulator device. I also did some initial testing this evening and I reckon I will be testing some more before releasing binaries officially. Stay tuned!

Posted in Retrocomputing, Technical | Tagged , , , , , , | Leave a comment

C2N Emulator GUI client update

I made another update to the C2NEmu GUI playback client in order to further improve user experience. Overall I would say I am happy with the user interface but I should plan a partial rewrite using a multi-threaded model as … Continue reading

Posted in Embedded systems, Retrocomputing, Technical | Tagged , , , , , , | Leave a comment

Recording utility for C2NEmu published for Linux too

After work I made a Linux build of my C2N Emulator recording client and tested it successfully: luigidifraia@shinobi1604:~/Development/embedded/c2n_emulator/software/c2nemu-record/src$ sudo ./c2nemu-record /dev/ttyACM0 helloworld.dmp C2NEmu record utility, rel 1.0 – (C) 2017 Luigi Di Fraia Communicates with a C2NEmu device to record … Continue reading

Posted in Retrocomputing, Technical | Tagged , , , , , , | Leave a comment

Recording utility published for my Commodore datasette emulator, C2NEmu

It has been a while since I had done any software development for C2NEmu but I thought to publish one missing utility that might be quite handy, albeit not for many: recording DMP files directly from a host computer where … Continue reading

Posted in Retrocomputing, Technical | Tagged , , , , , , | Leave a comment