Search the web
Sign In
New User? Sign Up
CybikoDev · Dedicated to Cybiko software development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1129 - 1158 of 1694   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1129
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...
Mike LaCon
neogiga
Offline Send Email
Apr 2, 2002
2:11 am
1130
... 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...
John Hattan
Shatnerology
Offline Send Email
Apr 2, 2002
1:34 pm
1131
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...
Brandon Cook
cybikoz
Offline Send Email
Apr 2, 2002
10:47 pm
1132
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,...
John Hattan
Shatnerology
Offline Send Email
Apr 3, 2002
12:34 am
1133
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...
WhollyMindless
robdkenyon
Offline Send Email
Apr 3, 2002
12:51 am
1134
im just curious, alot of my files are jpeg and i cant convert most of them......
Mike LaCon
neogiga
Offline Send Email
Apr 3, 2002
3:31 am
1135
Messageok i got mixed up.. ... From: WhollyMindless To: CybikoDev@yahoogroups.com Sent: Tuesday, April 02, 2002 7:52 PM Subject: RE: [CybikoDev] jpg files? ...
Brandon Cook
cybikoz
Offline Send Email
Apr 3, 2002
4:00 am
1136
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...
botman1138
Offline Send Email
Apr 4, 2002
6:50 pm
1137
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...
mooseguy88
Offline Send Email
Apr 11, 2002
10:45 pm
1138
thats a good idea. i dont recall saying that, but hey, i can take credit for it! -greg ps b2cv5 is coming out soon ... From: "mooseguy88"...
DevCybiko
kniht63
Offline Send Email
Apr 12, 2002
12:03 am
1139
I use inline TRACE() often. If you start a database, be sure to let us know. ... B2C...
gengar560
Offline Send Email
Apr 13, 2002
3:16 am
1140
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....
qqbwbs7sgb22war
Offline Send Email
Apr 22, 2002
12:18 am
1141
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...
Chris Osborn
FozzTexx
Offline Send Email
Apr 22, 2002
1:45 am
1142
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....
mkoppenol2002
Offline Send Email
Apr 22, 2002
3:25 pm
1143
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...
DevCybiko
kniht63
Offline Send Email
Apr 22, 2002
9:32 pm
1144
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...
Mike LaCon
neogiga
Offline Send Email
Apr 22, 2002
9:38 pm
1145
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:...
Machiel Koppenol
mkoppenol2002
Offline Send Email
Apr 23, 2002
6:28 am
1146
the way i thaught it wqould turn out......
Mike LaCon
neogiga
Offline Send Email
Apr 23, 2002
7:58 pm
1147
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...
kniht63
Offline Send Email
Apr 24, 2002
4:09 am
1148
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...
Chris Osborn
FozzTexx
Offline Send Email
Apr 24, 2002
4:17 am
1149
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...
jhdthree
Offline Send Email
Apr 25, 2002
11:55 am
1150
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...
Chris Osborn
FozzTexx
Offline Send Email
May 13, 2002
12:06 am
1151
#ifdef CYBIKO_CLASSIC #define CYBIKO_ADDR_RAM 0x00200000 #define CYBIKO_ADDR_CYOS 0x00100000 #define CYBIKO_SIZE_CYOS 0x00040000 #else #define...
Tim Schuerewegen
firefly0072001
Offline Send Email
May 13, 2002
8:31 pm
1152
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 &...
Tim Schuerewegen
firefly0072001
Offline Send Email
May 13, 2002
8:58 pm
1153
... 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 ...
Chris Osborn
FozzTexx
Offline Send Email
May 13, 2002
9:14 pm
1154
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...
Tim Schuerewegen
firefly0072001
Offline Send Email
May 14, 2002
5:56 am
1155
... 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...
Chris Osborn
FozzTexx
Offline Send Email
May 14, 2002
5:16 pm
1156
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...
Tim Schuerewegen
firefly0072001
Offline Send Email
May 17, 2002
5:06 pm
1157
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...
laz_2336
Offline Send Email
May 24, 2002
7:11 pm
1158
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...
zmcgrew
Offline Send Email
Jun 2, 2002
4:32 am
Messages 1129 - 1158 of 1694   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help