just a thaught, would the cybiko be able to emulate some sort of jpg file? i received an e-mail with a jpg file in it from a cybiko and it turned out weird...
... What exactly do you mean? Do you want a Cybiko to be able to create a JPG file or display one? In either case, my answer would be "why?". IIRC, Cybiko...
wouldn't making a cybiko create a jpg involve in licensing the jpg compression? and like john said cybiko's bitmaps are only 2 bit? jpgs are good for 24 bit...
AFAIK, jpg's don't require any license. GIF uses a compression scheme that is owned by Unisys. ... From: Brandon Cook [mailto:cybikoz@...] Sent: Tuesday,...
Unisys claims ownership. Much different than "owns". I claim I own a car, the state even agrees with me, but the bank really owns the car.... ... From: John...
Cybiko has a note using the Cybiko SDK tools in Microsoft Developer Studio. (http://www.cybiko.com/devsarea/DevStudio.asp) I was unable to compile a program...
Greg said (if I remember right--correct me if I'm wrong) that it would be a good idea to start a list of good inline commands for B2C so people can learn how...
Like most people, I've had some trouble with credit in the past. For a long time I haven't been able to find a company that would give me a credit card at all....
Has anyone got any examples or docs on how to use the CyRS_119.boot (appears to be US119.boot in current VCyWig distribution) to relay all radio traffic...
I want to use cybiko's to ask a group of people questions. One cybiko connected to a windows machine for gathering info and sending questions to the cybiko's....
i have successfully created TCPKIT which allows communication over the internet. i have also created Game Show which allows jeopardy-style ringing-in. it would...
well, i donmt know any way i can think of just using a cybiko, but, if yo create a wap page there us a way you can create a poll with it. then again before i...
Great. I read you were making the TCPKIT, how do I get it? The Game Show should be a great start for my project. Yours Machiel ... From: DevCybiko To:...
The best Basic compiler for the Cybiko just got better. Now you can write YOUR OWN VIDEO GAMES and other applications for the Cybiko. This is the best and...
Has anyone got any examples or docs on how to use the CyRS_119.boot (appears to be US119.boot in current VCyWig distribution) to relay all radio traffic...
I just posted my serial port echo app in the "Files" section in the "echo" folder. Just a couple versions of the app and a readme.txt for now, but I hope to...
Does anyone have documentation on the .boot file structure? I've seen a couple of messages in the archive where people created their own .boot file. I've got a...
This was in the crt0.s file that I used when building my own boot file(s) ... the "magic" 4 bytes followed by the address of the main function, pretty easy &...
... How did you make your boot file? Did you use gcc or hand coded assembly? Is everything in the boot file after the first 4 bytes loaded into RAM at ...
1) I first started with GCC, but then I was able to reconstruct a fairly complete Hitachi HEW environment out of some HEW upgrades so I started using...
... What about when the .boot file is sent over the serial port during the startup process? Is the .boot file relocatable and can be loaded at any address? Or...
1. When a boot file is sent to the Cybiko during the startup process, it will get decompressed/loaded into ram and executed instead of the "standard" boot...
Would it be possible to modify this to be able to recieve data on the serial port and transmit it back to the client? The reason i ask is because I currently...
It seems that boot files have been a recent topic, and it seems that the magic code has been figured out. However, will someone explain how to make a boot file...