Usb -> Serial Out


NinjaFae

Still Fresh
Joined
Jan 26, 2006
Messages
48
Heyla.
I wanted to view the output from my console, so I can find out why some things aren't running. I noticed that there is a USB serial patch, so that you can use the serial cable. My question is, if I dn't have Windows (Which I don't like and as such use OS X), is there a way to view the output?
 
Yes, try gfoot's latest serial driver. The mac should pick it up as a standard serial port, as it emulates CDC-ACM. It's not too reliable for high data rate stuff, but it works for simple text work.
 
Squidge posted on Feb 1 2006 at 05:02 PM said:
Yes, try gfoot's latest serial driver. The mac should pick it up as a standard serial port, as it emulates CDC-ACM. It's not too reliable for high data rate stuff, but it works for simple text work.
Okay, any idea what hyperterm settings are required, so I can translate them to a telnet prompt and test it out? :)
 
Last edited by a moderator:
Vimacs posted on Feb 1 2006 at 05:21 PM said:
speed dosnt matter, but zmodem haves problems over 38400, settings are 8-n-1
Hmm, methinks this needs some documentation, since I can't locate how it connects, everyone says 'COMx:' x being the port, but in a UNIX environment, what is a com port?
 
Last edited by a moderator:
COM is short for communications, and should be found under the device settings for the GP2X serial gadget device (not the mass storage device). When you connect it, the GP2X gets assigned a COM port. For me, this was COM10 until I changed it to COM1.

Well, that's how it works in Windows, I'm hoping OS X is similar.
 
In many unix deployments, USB-created serial devices can be found as device files such as /dev/ttyUSB0

If it's somehow being mapped as a regular serial port, it might be tied to something like /dev/ttyS3.

Depending on your OS (linux vs. OS X) and particular driver setup, you should be able to check your system logs to see where the driver has registered the serial port.

EDIT: grammar
 
My bad, USB serial is being mapped to /dev/ttyUSB# (replacing hash with a number). If your terminal program is asking for COM ports, either try every one available (try COM10 first) or get a new terminal program that allows you to use /dev/ttyUSB. You could always try minicom.
 
NinjaFae posted on Feb 1 2006 at 10:50 AM said:
Heyla.
I wanted to view the output from my console, so I can find out why some things aren't running. I noticed that there is a USB serial patch, so that you can use the serial cable. My question is, if I dn't have Windows (Which I don't like and as such use OS X), is there a way to view the output?

I just had to tell you that I love your signature. :D
 
Last edited by a moderator:
whiskthecat posted on Feb 2 2006 at 02:36 AM said:
NinjaFae posted on Feb 1 2006 at 10:50 AM said:
Heyla.
I wanted to view the output from my console, so I can find out why some things aren't running.  I noticed that there is a USB serial patch, so that you can use the serial cable.  My question is, if I dn't have Windows (Which I don't like and as such use OS X), is there a way to view the output?

I just had to tell you that I love your signature. :D
Hey, I'm an 'affiliate' I had to put it in my sig. :) I put it on all my sigs now, on all the boards, in all the world! I want to get a really large version so I can print out a large banner on the works wide-carriage inkjet, and stick it on the side of my home, but I can't find an image big enough. :D
 
Last edited by a moderator:
Back
Top