Dreamworld studio Projects

Source: Internet
Author: User
Tags vcard

Dreamworld studio Projects
Http://www.hesicong.net/myProjects/My%20projects.html

0. About me

I'm nowGraduate student in UESTC, China. my major is Mechatronics Engineering. I have more than 12 years of computer experience since 1995, both in software and hardware. I began my first program on gwbasic at 1992, and after I had my first computer, I learned computer languages ages including quickbasic, Visual Basic, C ++, C, C #, Python. now I use C # most, sometimes use C ++/CLI. I have experience in developing Windows programs, pocketpc programs. when I'm sohpomore, I developed GSM applications, please see detail below. I got Microsoft excellent intern when I finished my practice from June to August, 2007.

Contents

0. About me

1.1.gsm SMS/EMS PDU Decoder
1.2.irmc vCard Decoder
1.3.irobex Protocol
1.4.file transfer Library
1.5.remote serial Tool
1.6.ppt to JPEG Convertor
1.7.ppt quick Viewer
1.8.sst89e564rd flash download Tool

2.1.pda screen turn off
2.2.ip in your hand
2.3.pocketpc earth quake record
2.4.pocketpc SMS sender

1. PC

1.1.gsm SMS/EMS PDU Decoder

Language: VB. NET
Date: Before 2007
Assembly:Class Library DLL and demo exe
Description:

Sms pdu is the Hex Value codes of your short message. PDU code is encoded according to 3GPP ts 23.040 v6.5.0 Technical Specification. I implemented major functions, including customization of service center number, support of defaultalphabet and Unicode data coding scheme, validity period, and request for status report. EMS messages support encode picture messages, concatenated Short Message (1 long message split to several normal SMS ).

I have published my old source code to codeproject and a detailed document about my encoder and decoder. you can fetch them by clicking the links below. if you need some help or co-operation, please contact me.

Http://www.codeproject.com/vb/net/PDUDecoder.asp
Http://www.codeproject.com/vb/net/PDUEncoder.asp

1.2.irmc vCard Decoder

Language: VB. NET
Date: Before 2007
Assembly:Class Library DLL
Description:

Irmc stands for IR mobile communications. irmc specification defined objects between mobile communications, including OBEX protocol (widely used in Bluetooth devices), synchronization protocol and device infomation, phonebook, calendar, messages, notes Exchange Protocol, addition with call control, audio protocol. you can get detailed information by readingInfrared Data Association specifications for IR mobile communications (March 01,199 9).

My vCard decoder is written when I develop my Siemens M55 manage tool. it is used to read the phonebook in my phone's memory. the underlayer transferring protocol is obex. I 've not published this libaray. if you need this, contact me.

1.3.irobex Protocol

Language: VB. NET
Date: Before 2007
Assembly:Class Library DLL
Description:

Obex is a most important protocol in IR transferring and Bluetooth transferring. obex defines a protocol, above transfer layer, to support data exchanges. so not only on IR and Bluetooth, OBEX protocol can be carried by HTTP protocol and so on.

Irobex is protocol defined by Infrared Data Association at 1999. this Protocol gives you directions if you use IR to transfer objects. my OBEX protocol class is written according to this document. I 've successfully used it to manipulate phonebook, notes, and even transfer files to my Siemens M55 phone. and at my latter research about File Transferring to Nokia s40 phones, I found obex is used abve F-BUS protocol.

I wrote a obex console program to demostrate how it can transfer files between my Siemens phone and PC.

1.4.file transfer Library

Language: VB. NET
Date: Before 2007
Assembly:Class Library DLL and demo exe
Description:

After I achieved SMS sending and processing technology, someone told me to develop a program to download files to phone using data cable. I did it and I finished coding file transfering to these devices:
1. IrDA device. Huge number of them
2. motoc650, through data cable.
3. Nokia s40, through data cable abve F-BUS protocol.
4. Samsung, through data cable and use its own AT commands
5. sonyericsson, through data cable and use OBEX protocol.
6. Siemens phone, through data cable and use OBEX protocol.

But the guy cheat me for some business issues, so I stopped developping. after serverl months, I wrote an technology article about these and put my all source code together with a demo at codeproject. you can find them here: http://www.codeproject.com/smartclient/MobPhoneFileTransfer.asp
I'm very pleased to share my work. Although I finished major phone types, there is still far away to get an stable, less bug version.

1.5.remote serial Tool

Language: VB. NET
Date: Before 2007
Assembly:EXE
Description:

My remote serial tool is a small but very useful tool to debug Remote Serial application. I wrote this tool when I was developping a class library for a group at Tsinghua. they got a new phone and I helped them to write a library to operate with the phone. my old class couldn't work so I have to debug it. they were 2000 km away from me, I have to write a tool!

So my remote serial tool was born, very pleased that it worked very well! See my demo below I conneted my "remote" phone (just at my local computer) and operate on the remote serial to get the manufacture and model ID.
You can also download the full source code from here

1.6.ppt to JPEG Convertor

Language: C #
Date2007
Assembly:EXE
Description:

Do you have huge PPT templates? It's very hard to find one that is suit for your need. I met this problem when I made graduate report PPT, where to find 1 in thounds of templates?

Convert these PPT to JPEG then use advanced picture browsing tool shocould much easier to find the one. Just give the templates directory and it automatically convert them to JPEG!

Download source here

1.7.ppt quick Viewer

Language: C #
Date2007
Assembly:EXE
Description:

Small Tool to quickly view ppt files. But it may a bit slow when PPT is too large. I use PowerPoint to read ppt and convert them to JPEG to show the result.

Download source here

1.8.sst89e564rd flash download Tool

Language: C #
Date2007
Assembly: Exe
Description:

I brought a sst mcu when I'm at the trimaster of undergraduate. this MCU is very powerful and has an online debug function. but the offical program download tool is too "stupid", you must click and click again to finish the programming !!!! So to keep the "fucky" work, I wrote an flash download tool.

The underlaying protocol is not published by SST. I managed to write this code by analysis the data transferring from PC to MCU by the offical programmer. you can use HDD-software serialmonitor tool to do this.

 

2. pocketpc

2.1.pda screen turn off

Language: VB. NET
Date: Before 2007
Assembly: Exe
Description:

It's sometimes useful to turn off the PDA screen to save power while your application is running in the background, e.g ., if you design a music player, the user may be able to turn off the screen for longer play time. unfortunately, there are few articles on this topic. one C ++ program I have found is on msdn. and thank one's lucky stars, I also found another C # program from opennet cf. then I rewrote it and tested for VB. net.

See my article and download source code & demo here: http://www.codeproject.com/netcf/TurnOffPDAScreenNetCF.asp

2.2.ip in your hand

Language: C #
Date: Before 2007
Assembly: Exe
Description:

A great tool for search the location of the IP. Much of the software and web pages are built to do this. But do you think you can do this just in your hand? Or even you have no PC around. this tool saves you. it use cz ip database to search, I have done plenty of optimization to speed up the search. now the software is collected by province Jun software the biggest software download site in China.

Here is the I'm designing the software. Note the domain is stillWww.hesicong.com, I lost the domain last year. I also lost some dynamic demo pictures, so I put a static picture here.

2.3.pocketpc earth quake record

Language: C #
Date2007
Assembly: Exe
Description:

This is one program of earth quake record software. one program is based on PC, another important program is based on pocketpc which to record the earth quake damage. when data is collected, PC program do analyst on them.

The most challange thing on mobile device program is the low CPU performance and low memory, low storage. when Microsoft release its first. NET Compact framework, I tried to write some applications, but the performance is not so satisfied .. NET Compact Framework 2.0 is more mature than before, with great powerful functions and high performance. the only need is to port your PC Application Develop experience to pocketpc.

The earth quake record pocketpc program has a complex user interface, thounds of controls needed, but most of the layout is repeating. that's not possible to drag and drop them to build the program. so I choose to use XML files to describe the UI. the XML files have detail about the layout of the controls (actually it's my User-control ). my work to do Is to parse the XML files and build them.

Very successful design. and later I had to improve the performance, because user will feel too long to wait after every new window. so I built the windows in one time to compress the wait time for each window all together.

Finally, I finished the data transferring to PC and built a installion program to work around the "cabwiz.exe" Unicode-not-support problem.

On the whole, my pocketpc program full filled the need of user, with high user experience and high performance.

2.4.pocketpc SMS sender

Language: VB. NET
Date: Before 2007
Assembly: Exe
Description:

This is pocketpc version of my SMS/EMS encoder and decoder. I rewrote some part of the code to get higher performance, and fix some compile error. if you're interested in this code, please contact me.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.