| View previous topic :: View next topic |
| Author |
Message |
Art
Joined: 09 Nov 2005 Posts: 647
|
Posted: Thu Nov 10, 2005 8:10 am Post subject: PSP serial port functions?!? ( lua) |
|
|
Hi Guys,
I got this from the list of LUAplayer functions on the LUAplayer site:
| Quote: |
Serial input/output functions:
nil System.sioInit(baudrate)
Opens the SIO device and sets the baud rate. This needs some seconds to power up the UART.
System.sioWrite(string)
Writes the string to the SIO
string System.sioRead()
Reads all available data from the SIO. Returns an empty string, if no data was received. |
My question is, where is the serial port? and how do I connect to it? :D
If it is really possible to connect to a UART in this way then the PSP
could easily become a fully featured GPS with moving maps.
Cheers, Art. |
|
| Back to top |
|
 |
JoshDB

Joined: 05 Oct 2005 Posts: 87
|
Posted: Thu Nov 10, 2005 8:37 am Post subject: |
|
|
| Hint: Headphones |
|
| Back to top |
|
 |
Art
Joined: 09 Nov 2005 Posts: 647
|
Posted: Thu Nov 10, 2005 8:52 am Post subject: |
|
|
Oh yeah! duh.
You have to wreck them to get the plug? |
|
| Back to top |
|
 |
Art
Joined: 09 Nov 2005 Posts: 647
|
Posted: Thu Nov 10, 2005 8:54 am Post subject: |
|
|
screw it, I only use standard earphones with it anyway.
Thanx :) |
|
| Back to top |
|
 |
youresam
Joined: 06 Nov 2005 Posts: 87
|
Posted: Thu Nov 10, 2005 10:40 am Post subject: |
|
|
I had been wondering this for a long time...
I had plugged in the white headphone thing, but since it didnt work, I gave up.
I thought it had something to do with 'destroying' them ever since that conference that Shine had with pics of something plugged in to his computer that used that function.
So, my question is, whats the point of this function? What can it do? and can I do anything without destoying my headphone-remote? |
|
| Back to top |
|
 |
sweetlilmre
Joined: 01 Oct 2005 Posts: 27
|
|
| Back to top |
|
 |
Art
Joined: 09 Nov 2005 Posts: 647
|
Posted: Fri Nov 11, 2005 7:37 pm Post subject: |
|
|
A serial port offers the potential for everything from low level debugging
to the control / connection of other devices.
I read somewhere a suggestion that a dial up modem could be used for
direct internet access which is true, however a pic, or some other low cost
hardware would be required to provide the rest of the serial port control
lines.
Cheers, Art. |
|
| Back to top |
|
 |
|