[Q] Serial Adapter - Epic 4G Accessories

Anyone know of a micro USB to RS232 Serial adapter?
or for that matter if the Epic can be used in USB Host mode?
My goal, is the be able to use my Epic 4G to run a terminal link to some control boards using ZiLog Z8F processors, I work a job as a field technician on energy management controls. Currently I lug a net book around to flash and terminal into the controls.
If I could do the same without having to drag my net book with the rest of my tools, that would be incredibly awesome for me, I'm always trying to find ways to minimalism the amount of gear I have to carry from my truck to the boiler room.
Thanks

The only thing I have seen that comes close to what you are asking is this thread in the dev section: http://forum.xda-developers.com/showthread.php?t=833373
I dont have any information other than the link, but thought I would at least point it out.

Thanks, at least now I know where to ask questions and pick peoples brains!

If you could find the appropriate cord and drive it from your epic.
I used this back in the day (not from a phone) when I lacked a RS232 port on my devices...
I have seen adapters that would likely drop the usb to micro easily enough but.. thats the least of the difficulty
http://www.newegg.com/Product/Product.aspx?Item=N82E16812999081&nm_mc=OTC-Froogle&cm_mmc=OTC-Froogle-_-Mac+-+Accessories-_-KEYSPAN-_-12999081
really not sure if it could even make this work from an epic, lacking any readily available drivers though.

thesals said:
Anyone know of a micro USB to RS232 Serial adapter?
or for that matter if the Epic can be used in USB Host mode?
Click to expand...
Click to collapse
If you can relax your requirement for USB, then use IOGear RS-232 Bluetooth Serial Adapter (model GBS301). I use this along with the app BlueTerm on the market. Works for all of my RS232 needs.
Greg

http://www.bb-elec.com/
Might be worth a shot. I didn't see anything looking quick, but I know they have lots of different options and if all else fails custom build components as well.

A USB serial adapter won't work with the stock rom (or any custom rom not implementing usb host/otg).
In theory, it's possible to repurpose the usb port's pins as gnd, txd, rxd, and a resistor of specific value that tells the phone to electrically route their signals to pins on the SOC chip with txd & rxd functions at nonstandard voltage levels, but I'm not aware of anyone who's literally gotten it to work on the Epic, yet.
Note that serial via this method has *nothing* to do with usb; it's just temporarily repurposing the pins & connector for serial use.
Sent from my SPH-D700 using XDA App

Related

Simultaneous micro usb to 3.5 mm audio out while charging possible?

A similar question has been asked on modaco but I don't think a solution was found. Therefore I am going to ask if this would work here.
Is it possible to connect a micro usb (male) to mini usb (female) adapter up to this thing (HTC 4 in 1 adapter: I can't post link because I am a new user but just search it on youtube). This would connect to the tg01 micro usb and provide a 3.5 mm audio out in addition to a mini usb connection where one could potentially hook up a charger. I was thinking of testing this out as it would cost about 10-15 dollars but I do not want to damage my phone in the process. I have no electrical engineering knowledge but maybe someone else can explain if this would work before I order anything.
On a side note: I order samsung WEP870 bluetooth headphones on sale as an alternative to this. Note sure how sound quality is but I will try answer any questions you guys might have.
Any input is welcome.
mobius8 said:
Is it possible to connect a micro usb (male) to mini usb (female) adapter up to this thing (HTC 4 in 1 adapter: I can't post link because I am a new user but just search it on youtube). This would connect to the tg01 micro usb and provide a 3.5 mm audio out in addition to a mini usb connection where one could potentially hook up a charger.
Click to expand...
Click to collapse
I was heavily involved in the discussion running on MoDaCo you refered to; unfortunately there has been no breakthrough on this issue to date.
I did look into the the HTC adapter you mention, but it actually uses the proprietary HTC ExtUSB plug on the input end (connecting to the phone) and NOT a normal mini-USB. The ExtUSB has 11 pins which include a discrete audio output (being used to feed the 3.5mm jack socket) and also hard-wired power (used to accept the charger input).
In the case of the TG01 uUSB socket, it is too 'intelligent' for its own good. Every function, charging, audio out, USB data transfer, etc., is under procesor control. Different functions are triggered by the device 'seeing' a certain resistance across the sense pin and ground; depending on this the processor then configures the use of the socket pins accordingly.
I am after what you are trying to achieve also; there is a chip supposedly available which is intended to fulfil exactly this functionality, but I've been unable to find any devices on the market which use it and attempts to contact the manufacturer with a view to getting a few samples to try and build an interface have so far been unsuccessful.
I've attached a couple of documents which explain the uUSB Charger Adapter and also the chip spec sheet for reference.
View attachment MC34825.zip View attachment batt_charging_1_1.zip
If anyone else knows anything to help move this one forward, will be much appreciated !
Thanks for the nice explanation,
Hopefully one day there will be an adapter that can make this possible.

[Q] Benefits of a serial adapter dongle/jig?

I would normally coordinate this with some of the devs on IRC but I don't have access to it at the moment.
Obviously a lot of work is going into a Gingerbread kernel bringup from the posted Samsung sources, and last I heard on IRC before leaving my house was that some devs were having issues getting kernels to boot.
Now, the chip on our phones that handles USB has a UART mode, where the data pins on the USB connector get routed to a serial port instead of to USB.
I have a bunch of MicroUSB breakout adapters on order from Sparkfun now (http://www.sparkfun.com/products/10031) and will be picking up a few 150k precision resistors (150k is the value for UART mode) on Saturday most likely.
My questions:
1) Will this be useful to the other kernel devs for debugging?
2) Do our kernels even output anything to the serial port that the FSA9280 routes to, or is this bootloader-only?
Obviously the specific answer for our device is unknown since I don't think anyone has tried it, but has putting a 150k resistor on ID resulted in being able to get the kernel console on the serial port on GalaxyS devices? If it works on them it should work on ours.
No clue unless you try. ;-) Would make things easier if the kernel did get compiled with serial console though I would imagine.
LinuxBozo said:
No clue unless you try. ;-) Would make things easier if the kernel did get compiled with serial console though I would imagine.
Click to expand...
Click to collapse
I'll start working this once the parts arrive - will see how the Froyo kernels behave then we can try to migrate it to GB if anyone is still having issues then.
Of course it could all become OBE.
Entropy512 said:
I would normally coordinate this with some of the devs on IRC but I don't have access to it at the moment.
Obviously a lot of work is going into a Gingerbread kernel bringup from the posted Samsung sources, and last I heard on IRC before leaving my house was that some devs were having issues getting kernels to boot.
Now, the chip on our phones that handles USB has a UART mode, where the data pins on the USB connector get routed to a serial port instead of to USB.
I have a bunch of MicroUSB breakout adapters on order from Sparkfun now (http://www.sparkfun.com/products/10031) and will be picking up a few 150k precision resistors (150k is the value for UART mode) on Saturday most likely.
My questions:
1) Will this be useful to the other kernel devs for debugging?
2) Do our kernels even output anything to the serial port that the FSA9280 routes to, or is this bootloader-only?
Obviously the specific answer for our device is unknown since I don't think anyone has tried it, but has putting a 150k resistor on ID resulted in being able to get the kernel console on the serial port on GalaxyS devices? If it works on them it should work on ours.
Click to expand...
Click to collapse
Ithink it would be pretty cool if you could break out to a proprietary apple connector. house it so you can adapt to any music dock that normally uses an ipod or iphone. That way we have integrated power and music out.
adam outler used the uart in a project and was hoping to find a way to unbrick without a jtag even with bad bootloaders. i have an arduino board like the one he used and could build his jig, i dont know much about kernels or c programming but if i can help figure anything out or if adams work (i havent kept up) was successful and we want an unbrick service for botched bootloaders and param.ifs let me know.

[Q] USB host mode, specifically via Nebtop

So, I purchases a USB OTG cable in an attempt to try and expand the functionality of Webtop while using Nebtop. I've been unable to get any response from the phone when I plug in this cable. I've tried my wireless Logitech mouse and keyboard that worked off the bat with my TF101 using the Unifying remote they came with as well as an external TB drive.
Has anyone else had any experience with this? It seems logical that the phone supports host mode since the actual dock has 3 full sized USB ports.
All the information pertaining to this sort of thing I've come up with seems extremely phone specific but if there's a simple solution I'm missing thanks all the more.
ri4naire said:
So, I purchases a USB OTG cable in an attempt to try and expand the functionality of Webtop while using Nebtop. I've been unable to get any response from the phone when I plug in this cable. I've tried my wireless Logitech mouse and keyboard that worked off the bat with my TF101 using the Unifying remote they came with as well as an external TB drive.
Has anyone else had any experience with this? It seems logical that the phone supports host mode since the actual dock has 3 full sized USB ports.
All the information pertaining to this sort of thing I've come up with seems extremely phone specific but if there's a simple solution I'm missing thanks all the more.
Click to expand...
Click to collapse
The problem actually lies in the usb port of the phone itself. The dock was designed for this purpose, and the dock app handles most that for you, the one thing that the dock is able to do that a straight USB cable can't do, is provide enough "bus" power to use a mouse or even a USB stick directly from the phone. If you want to use a Mouse you will need to get a dock. I got mine directly from wireless.att.com, and it was only $49.00 back in Nov. when I got it. It works VERY well with webtop.
P.S. Motorola is very famous for doing things like this to force you into a dock, or to lock out certain features that everyone really wants to use.
I made my own dock by using a powered usb hub I had sitting around (it was actually the one that came with Rock Band for my Xbox 360). I did have to modify it slightly so that the 1 pin was powered from the 5V (a simple shunt from the 5V inner pin of the power supply solder joint to the solder joint of the 1 pin worked fine--although it might be wise to insert an inline fuse since it also charges your phone while plugged in).
Otherwise, the only other thing needed is coming in the form of your otg adapter that should short the 5 pin (common) with your 4 pin (ID). I did this by cracking open an extra micro usb cable and soldering a wire between the two.
So, my setup was like this:
1. Modified usb cable to short the 4 & 5 pins to let the phone know to go into host
2. Use a female A-female A usb coupler to join the usb cable to the powered hub (I got mine here from Monoprice
3. Get 5V to the 1 pin in the usb hub to provide power to your phone and for whatever is plugged into the hub.
With this, I was easily able to run a usb mouse and a wireless keyboard that had a usb dongle. Paired with a micro hdmi cable to hdmi-dvi adapter, I am able to use my office monitor and the webtop linux. I honestly haven't really used it much yet (if I found it really useful, I probably would have just paid for the dock).
The obvious easy way is to just get the dock. However, I really like being able to do this on my own and since I had this stuff already laying around. Also, the cheap prices from monoprice (I actually made $4 off of the purchase from a PayPal bill-me-later promotion).
So, you should be able to get it to work if you get power to the bus on your usb (but again, it might be safe to pass an appropriate fast-acting fuse, ferrite core, or something to protect from surges). I haven't had issue yet, but I also don't use it often...yet .
It sounds like a bit of yes and a bit of no. The OTG cable I got is microUSB to female full USB, am I going to need to modify this cable as you've described by crossing the 4th and 5th pins?
I'm thinking about ordering this "7 Port USB Squid Hub" since it has the 5v power adapter, do you think it might work?
Just one more question and thanks for all the help but should I not see any response from the phone when I plug in the cable? I read through some of the reviews for cheap cables on Amazon and apparently sometimes they're just useless.
ri4naire said:
It sounds like a bit of yes and a bit of no. The OTG cable I got is microUSB to female full USB, am I going to need to modify this cable as you've described by crossing the 4th and 5th pins?
I'm thinking about ordering this "7 Port USB Squid Hub" since it has the 5v power adapter, do you think it might work?
Just one more question and thanks for all the help but should I not see any response from the phone when I plug in the cable? I read through some of the reviews for cheap cables on Amazon and apparently sometimes they're just useless.
Click to expand...
Click to collapse
The OTG cable have should work. The OTG cable, to my knowledge, should already have pins 4 & 5 shorted together. I'm not completely certain, but if it's designed as an OTG, it would probably already have that done. If you have an ohmmeter/multimeter, you could try to check (it's hard to isolate the small pins, but you can try). If it's already going to the USB female (type A), you will then be able to directly attach your hub when you get it (without the need of the coupler I had to get).
When I used mine, there was no notification that said "Hey, I'm in USB Host Mode!". However, if you successfully have a mouse attached, you'll see a mouse cursor arrow on your screen.
Have fun with it and if you can't get it to work, let me know and I'll try to explain with even more detail (perhaps with some pretty pictures) of what I did. I more or less went off of what I could glean from reading what others did.
It works great! Also, it is weird to see the mouse on this little a screen, it seems oversized.
I just plugged everything in and it worked off the bat. I'm using just two items from Amazon I got for under 12 bucks (plus, of course, the keyboard and mouse I already had for my computer). I don' think I can post links to the forums yet but the ASINs for the items if people want to do this on the super cheap are as follows:
B0043TBCDS 7 Port USB Squid Hub, a whopping $5.19
B005N55WHI Micro-B USB OTG Cable... $5.99
I chose these because of their Prime eligibility and also for their form factor so as not to cover the HDMI port, I bet it's not impossible to get these even cheaper.
While this isn't technically a replacement for the dock since I had to root the device and I have to press "Load" in Nebtop if I want to go to Webtop I'm extremely pleased with the results.
I also love that all the soft keys are available. The ones I've discovered are that right button on the mouse as well as Esc are Back, the Home key is Home, clicking the wheel as well as Ctrl, Cmd, Alt and a whole slew of others bring up the Menu, but all I can find is F5 for Search.
On another note, while the phone does charge when hooked up, a practical boon, the screen still times out despite having the "Stay awake" feature checked. This is annonying when the phone is on it's side accross the room and I have to squint to see the cursor and swipe it unlocked sideways as well as click back into Mirror Display.

[Q] USB Hosting on ICS, possible for the G2x?

Hi. I've just recently tried out an app from the market that would let me control emulators and some games with a Wii remote, but it wasn't compatible with my G2x. However, I stumbled upon what is most commonly known as "OTG" cable, but discovered they were worthless for the G2x as of now because 2.3 doesn't have USB hosting.
What I wanted to know is, number one, will the G2x have USB hosting when the official 4.0 update comes out, or is it missing some special hardware needed for that? And number two, is there any risks in just getting a cheap MicroUSB to Female USB cable from a trusted seller? Like, can it damage any internal parts because of different voltages between devices or something like that? Or is the worst thing that can happen is the cable simply not working?
I'd really appreciate an answer on this one, because USB hosting seems to open up a lot of possibilities with our devices.
The short answer as of right now is NO there aren't any common ways to enable USB Host. With that said, can the Tegra2 chip in the G2x support host mode?...yes. Will it require a custom kernel?...yes. So basically your phone needs to be rooted to say the least and a kernel framework to enable and support it. I'm actually looking into this as we speak but it's looking like it'll be a while.
As for the cable... no most generic micro-USB cable won't work as is. The OTG cables have either a 'grounded' 4th pin or a disconnected 4th in some usb host modes. But either way you either need an OTG cable or if you search online you can find several ways to splice and solder back generic USB.
I have been looking for a while, but there doesn't seem to a custom kernel that supports USB Host mode. I already have USB OTG adapter (mini Male to 4 pin USB female) + arduino board etc.. So are there any custom kernels out there?
oOo B0XeR oOo said:
The short answer as of right now is NO there aren't any common ways to enable USB Host. With that said, can the Tegra2 chip in the G2x support host mode?...yes. Will it require a custom kernel?...yes. So basically your phone needs to be rooted to say the least and a kernel framework to enable and support it. I'm actually looking into this as we speak but it's looking like it'll be a while.
As for the cable... no most generic micro-USB cable won't work as is. The OTG cables have either a 'grounded' 4th pin or a disconnected 4th in some usb host modes. But either way you either need an OTG cable or if you search online you can find several ways to splice and solder back generic USB.
Click to expand...
Click to collapse
this^^^
Nothing had really changed on this front, if you want to use Android as an ardi interface, I'd suggest you grab a cheapo phone that supports it out of the box.
Sent from my LG-P999 using Tapatalk
I bring you back to life!!!
Any update on this? Seems ICS/JB roms are out now... any strides in getting OTG to work? I'm looking to make a G2x into a dedicated TV gamer unit to replace my MK808 and forgot about OTG for my air mouse. I have a Bluetooth mouse to get me by but the airmouse was awesome.
I guess I can look for a Bluetooth airmouse as a last resort.
player911 said:
I bring you back to life!!!
Any update on this? Seems ICS/JB roms are out now... any strides in getting OTG to work? I'm looking to make a G2x into a dedicated TV gamer unit to replace my MK808 and forgot about OTG for my air mouse. I have a Bluetooth mouse to get me by but the airmouse was awesome.
I guess I can look for a Bluetooth airmouse as a last resort.
Click to expand...
Click to collapse
No OTG happiness for the G2X with any ROM and/or Kernel. There is a board from Sparkfun which provides an interface that enables a non-OTG phone to work like one for interfacing to Arduino, etc.
https://www.sparkfun.com/products/10748?
http://forum.xda-developers.com/showpost.php?p=19967110&postcount=8

[Q] MS Surface Cover Connector Pinout

I know this is probably more for Microsoft Surface Developer Section but seeing how I am still pretty new I don't have enough post to be able to post in that area.
I am mainly curious if anyone knows the pin outs for the Touch/Type Cover connector on the bottom of the tablet and if it uses standard USB or if it is some kind of special propitiatory type connection that would say connect the keyboard membrane to the keyboard controller that may be in the tablet? If it is just a standard USB connection I am thinking about cannibalizing a touch cover to see if I can create a home Grown Dock so to speak for the tablet that would have a USB hub for keyboard and mouse and a USB to Ethernet adapter that works with the tablet. The USB hub will draw power from a modified Power Cord for the tablet IF I can figure out that electrical later on to where it wont fry my tablet or other accessories but first I need to figure out the first part.
TLDR Does anyone know if the touch/type cover user a standard USB protocol and if so what is the pin layout for the connector on the tablet. If anyone can help that would be appreciated.
I just received a surface and they through in 2 type covers. said, "keep it" on a sticky note. I am now working on figuring out what the connectors are. I dont see the point of having 6 connectors, so I think that some may be ground or false. I will open up one of the keyboards to see what ships they are connecting to. i would think it has to be usb. I know that the 6th pin, that is 6th from the left pin, is 1.8v when grounded. I am guessing that the voltage goes up once the surface detects the attached keyboard. I will write back, let me know if you have figured anything else out. seems like we are hte only people on the internet who even care at this point. and microsoft is literally giving away surface computers.
Greg00135 said:
I know this is probably more for Microsoft Surface Developer Section but seeing how I am still pretty new I don't have enough post to be able to post in that area.
I am mainly curious if anyone knows the pin outs for the Touch/Type Cover connector on the bottom of the tablet and if it uses standard USB or if it is some kind of special propitiatory type connection that would say connect the keyboard membrane to the keyboard controller that may be in the tablet? If it is just a standard USB connection I am thinking about cannibalizing a touch cover to see if I can create a home Grown Dock so to speak for the tablet that would have a USB hub for keyboard and mouse and a USB to Ethernet adapter that works with the tablet. The USB hub will draw power from a modified Power Cord for the tablet IF I can figure out that electrical later on to where it wont fry my tablet or other accessories but first I need to figure out the first part.
TLDR Does anyone know if the touch/type cover user a standard USB protocol and if so what is the pin layout for the connector on the tablet. If anyone can help that would be appreciated.
Click to expand...
Click to collapse
any progress?
i already build a power wire, with a 5,5mm plug to connect it to my Intocircuit PC26000 for more juice on the go, and for a second charger.
you can see the pinouts of the power plug in the attatched pic.
let me know if you got any results for the cover connector so far - if its USB, i will implement my UMTS stick into a cover
Cheers!
just got pictures of the cover connector, see attatchment.
in fact all the 6 pins are connected. USB 2.0 would take 4 of them.
my guess is that one of them could be a switch, to turn the device & keyboard on and off.
any progress
Curious if anyone has made any progress on decoding the pinout, figuring out if it's usb or not?
i didn't do any further research - but it guess it's usb, or at least kind of... as it shows up as USB device in the device manager...
tfBullet said:
just got pictures of the cover connector, see attatchment.
in fact all the 6 pins are connected. USB 2.0 would take 4 of them.
my guess is that one of them could be a switch, to turn the device & keyboard on and off.
Click to expand...
Click to collapse
Judging by the connector and the fact that the covers are USB-based and can be used reversed, the pinout makes perfect sense. The likely possibility for the pinout is as follows:
Power Cover connector (Using pin labels in picture)
1/10 = Power cover +ve
2/9 = Power cover Ground
Touch/Type connector (Using pin labels in picture)
3 = +ve
4 = Ground
5/6 = Data +ve or -ve (reversible internally)
7/8 = Attachment direction detect
Pins on Touch/Type cover itself (Pinout from left [1] to right [6])
1/6 = +ve
2/5 = Ground
3/4 = Data +ve or -ve (reversible internally)
As to if the USB data pairs are swapped on the SP or the Cover, we cannot know without more information. Depending on the voltage supplied or the presence of unauthorised hardware detection (e.g. the ID chip in Apple earphones, I doubt it), custom USB devices should be fairly trivial (electrically).
I know this is an old thread but has anyone made any further progress on this? If not, I'm considering experimenting myself with a spare touch cover and a raspberry pi
geronphillips said:
I know this is an old thread but has anyone made any further progress on this? If not, I'm considering experimenting myself with a spare touch cover and a raspberry pi
Click to expand...
Click to collapse
Nope, im sorry, i didn't make further progress on this, exept what i already posted.. it is a USB connection, you can easily verify that yourself by looking at the Touch/type-cover in the device-manager...
I guess you can easily connect other USB devices if you build yourself an adapter..
but there could also be some kind of verification, if so then its most likely software based, if you hit a barrier, try reverseing the type-cover driver, you might find something there...
One additional info: the big outer nipples can be used to charge the device.
Peace
If I were to leverage the bottom grooves for charging, can you tell me which pin is which? +/-
tfBullet said:
Nope, im sorry, i didn't make further progress on this, exept what i already posted.. it is a USB connection, you can easily verify that yourself by looking at the Touch/type-cover in the device-manager...
I guess you can easily connect other USB devices if you build yourself an adapter..
but there could also be some kind of verification, if so then its most likely software based, if you hit a barrier, try reverseing the type-cover driver, you might find something there...
One additional info: the big outer nipples can be used to charge the device.
Peace
Click to expand...
Click to collapse
Hi tfBullet,
When you say "the big outer nipples can be used to charge the devices" are you referring to these...
Power Cover connector (Using pin labels in picture)
1/10 = Power cover +ve
2/9 = Power cover Ground
Any new discovery?
Any new discovery?
will the power output still be live, if the data signals are not shorted? e.g: IOS devices
Can we just connect the keyboard via usb to a windows pc?
I don't think this is true USB, as there is no 5 volts anywhere on the connector, only 3.3 volts.. It may be USB, but needing to be level-shifted before you can use it. It may be potentially a way to get another USB port on the damn thing. Why did they think one USB port is enough? I have been trying to boot it from flash drive, but need keyboard as well, but the USB will not boot with a hub connected. Grrrrr.
slurpy1 said:
I don't think this is true USB, as there is no 5 volts anywhere on the connector, only 3.3 volts.. It may be USB, but needing to be level-shifted before you can use it. It may be potentially a way to get another USB port on the damn thing. Why did they think one USB port is enough? I have been trying to boot it from flash drive, but need keyboard as well, but the USB will not boot with a hub connected. Grrrrr.
Click to expand...
Click to collapse
Why not booting on a flash drive and use the usb for keyboard???
There's someone here who's made some progress...
edwardsh.in/keyboard%20cover/2015/08/13/applying-logic-to-the-surface-touch-cover
i want to connect the keyboard itself to other devices
Hey guys
Good thread going on , i would like to see if any one of you ever thought about to use keyboard itself not the port , for some reasons I would like to use the keyboard on other devices (i mean kinda convert the pins to a USB port and use it on other pcs or what i really desire about is using it on Xbox) i want to see if any of you have any ideas or information about this , i mean is this even possible ? I've read the whole replies and most of them were about the port on surface and yeah its really cool , but i want to see if its possible to do , cause if its possible then it would be a lot easier than the port on the surface
Thanks
Ferrybigger said:
Hey guys
Good thread going on , i would like to see if any one of you ever thought about to use keyboard itself not the port , for some reasons I would like to use the keyboard on other devices (i mean kinda convert the pins to a USB port and use it on other pcs or what i really desire about is using it on Xbox) i want to see if any of you have any ideas or information about this , i mean is this even possible ? I've read the whole replies and most of them were about the port on surface and yeah its really cool , but i want to see if its possible to do , cause if its possible then it would be a lot easier than the port on the surface
Thanks
Click to expand...
Click to collapse
Well, take a look at the link Neakmenter posted, the guy there analyzed the communication, turns out it's no standard USB, it's proprietary.. Which means, there is no easy way of using this keyboard anywhere else than the surface... You would need some kind of microcontroller which connects to the keyboard, interprets it's signals, and relays them as Standart HID signals to a USB port..
The connector alone is a problem as well, you'd need to 3D print a connector or something like that, it's just not worth the effort i guess [emoji2371]
Gesendet von meinem MAR-LX1A mit Tapatalk

Categories

Resources