RBM33G serial ports

Hi,
i’ve been trying to figure out where i could find the 2nd serial port on this device. serial0 is obviously the console with the DB9 port.
but the device lists also a serial1 port, but i can’t find the headers on the board.
anyone had any luck with this?
thx
image-1.png
edit: usb3 is an USB-to-serial adapter i inserted to the back USB port.

I see that in addition you have a USB as serial port. Yesterday I tried to use Woobm-USB on this board without success, and I’m thinking that is because I removed USB jumper to get up the second miniPCIe slot (this last to use my second LTE module). Is there a way to get this USB working and both miniPCIe slots at same time?

I will investigate about serial1 port on some hours.

Thanks and regards.

i found it.
see attached drawing for further reference.
pin numbering starts from the bottom left (the board’s silkscreen clearly shows 1 and 2)

PIN12 rx
PIN13 tx
PIN14 gnd

the signal is TTL level. works fine with a $1 USB to serial bridge from eBay (PL2303, CH340/341, FT2102, and their clones)
1968_hi_res.png

ok, this is strange. the WooBM is essentially an ESP8266 glued to a PL2303 usb to serial bridge. and the USB3 you saw on the console output i posted was exactly a ‘regular’ prolific pl2303 clone plugged into the router. which is a full speed (12Mbps) USB device.

i guess the issue was with your setup, that the mPCIe slot #2 shares the USB connection with the USB type-A port. you can configure this in ‘/sys routerboard usb’
i think yours was set to type=mini-PCIe, so the regular full sized USB socket is not operational.

also found this in the new help pages.
https://help.mikrotik.com/docs/display/ROS/Serial+Console#heading-RBM33GAdditionalSerialHeader

I have tried to connect a GPS receiver using serial1 but without luck.
The same receiver is working on serial0 (using voltage level shifter MAX232)

ROS 6.47.4

Good day!
Did you manage to connect your GPS receiver via serial1?

Greetings to all. I’m wondering if it’s possible to use the additional serial1 port of the RBM33G to transmit and receive data? Including whether it is possible to connect a device that also has a similar serial port to PIN12-16 and control it from Mikrotik. For example, let it be Serial MP3 Player ?

http://amperkot.ru/static/3236/uploads/datasheets/YX6300%20Serial%20MP3%20Player%20v1.0%20Manual.pdf

cIn theory, you should try this - сonnect the terminal to serial 1 port:

/system serial-terminal serial1

After which you can send commands from the console. USB serial Player should catch them. But whether it will be possible to do this from a script ? is a big question… Probably not.

It’s a pity that the OS router does not have commands for transmitting data to the port.

If you use the command :put to pour data into the console connected to the serial port, will this data pour into the port ? Like they should ?

… Although, if :put will pour data into the Terminal, and it is connected to serial1, then in theory everything should pour into the serial port, and accordingly be transferred to the usb serial Player… It is possible and will work. USB-serial Player of the latest version (I found 1.3.2) costs a mere penny - 1,5-2$. for Ali, there are options with a speaker connector and a small speaker with a diameter of 5 cm. - 4-5$. We should try … If it works, then voicing events on the router by voice is a pleasure. For example: “VPN connection of a user of Such and such …”, “unauthorized login attempt to the router” … and so on …

Although it seems like only data entered from the keyboard is transmitted to the serial port, and not printed data and :put is likely to be useless here.