Raspberry pi pico w, is not working on kvm switch port.

November 3, 2024, 21:39

doxlee

Its working on mouse usb port but its not working on keyboard controller port so I can't change the ports to solve this issue I tried couple thing on the arduino forum, which is not working on my case. I have aten cs64us which I'm trying to swtich ports via custom keyboard. At this rate I didn't build the keyboard I'm just trying if its possible I'm gonna build the keyboard. I tried this solution but its not working ony my case. https://forum.arduino.cc/t/try-to-send-swi01-swi02-swi03-swi04-switching-commands-to-aten-video-switch-vs0401-through-rs232-ttl-converter/1106535/28 I read some of the recommendations but I couldn't find a real solution. English is not my main language so I may misunderstand some of the things on the internet. I'm open for solution recommendations.

doxlee

is anybody have any idea about this I can buy new stuffs to do that

oops.se

Are you trying to make a device (Pico) that switch the video source without using a actual keyboard?

doxlee

yes thats what I'm trying to do overall wifi socket connetion

oops.se

The model you have, does it have a serial port?

doxlee

I didn't saw in the user manual

doxlee

I'm trying to close serial connection

doxlee

but I couldn't after trying couple times

doxlee

I tried with pico w

doxlee

I saw this tried but serial.disable is not a function 😄

doxlee

my model is aten cs64us

doxlee

In my understand if I can close the serial communication on boot then sending keyboard things I can switch kvm ports

doxlee

after researching several couple hours, this is my concullusion. If I coudln't find a solid solution I'm gonna try to learn micro controllers 😂 its taking too much time to learn stuffs

doxlee

I'm using arduino ide for booting

doxlee

It can be about this

doxlee

I also saw something like this but I don't know how https://github.com/earlephilhower/arduino-pico/discussions/1577

oops.se

Link to atena datasheet? Some of those can be firmware upgraded Im not sure about your model

doxlee

I updated to latest firmware last week

doxlee

can I modify the usb connection act like a real keyboard? without serial connection

oops.se

Yes. A Pico can emulate a keyboard. Example https://github.com/adafruit/Adafruit_CircuitPython_HID

oops.se

It takes longer time to learn stuff when cutting corners. In the FAQ section there is a https://discord.com/channels/818384379197784084/1194546099575341117 that contains some links to resources to learn amongst other the Pico.