is it possible to do that?
I'm creating a project in vb6. The idea is to receive the webpage by the mobile (bluetooth) as a text file and show it through com4 port to a PC user. Mobile is connected with wire to a usb port so if it's possible to access it with usb port, that would be ok. However when I attach it to a PC it gives me these options:
- Mass Storage
- Pict Bridge
- Com Port
I don't know what option two is but the option one means simply connecting the memory to the computer. So it leaves the option three which is the com4. Here is the overview of the projects:
PC: a vb6 add in(IE) for connection management and web browsing. Can't use .net because of disk space.
MOBILE: a j2ME Midlet for receiving data and sending it to the PC. It's a china mobile with MTK2600 processor.
update: not sure if this is possible with RAS because i have never used it. here is the diagram for the system:
win XP sp3 <-------> connected with serial port <--> bluetooth <---> win 7
PC <--------------------> mobile device <------------------------> PC
client <------------------> mediator <---------------------------> server